- Dart
- dart:html
- LinearAccelerationSensor class
LinearAccelerationSensor class
- Inheritance
- Annotations
- @Native("LinearAccelerationSensor")
Properties
-
activated
→ bool
-
final, inherited
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
hasReading
→ bool
-
final, inherited
-
on
→ Events
-
This is an ease-of-use accessor for event streams which should only be
used when an explicit accessor is not available.
read-only, inherited
-
onError
→ Stream<Event>
-
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
timestamp
→ num
-
final, inherited
-
x
→ num
-
final, inherited
-
y
→ num
-
final, inherited
-
z
→ num
-
final, inherited