AccelerometerEvent class

Constructors

AccelerometerEvent(double x, double y, double z)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
Acceleration force along the x axis (including gravity) measured in m/s^2.
final
y double
Acceleration force along the y axis (including gravity) measured in m/s^2.
final
z double
Acceleration force along the z axis (including gravity) measured in m/s^2.
final

Methods

getZ() double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited