MagneticFieldEvent class

An event that reports the strength of earth's magnetic field.

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
Geomagnetic field strength along the x axis.
final
xBias double
Iron bias estimation along the x axis.
latefinal
y double
Geomagnetic field strength along the y axis.
final
yBias double
Iron bias estimation along the y axis.
latefinal
z double
Geomagnetic field strength along the z axis.
final
zBias double
Iron bias estimation along the z axis.
latefinal

Methods

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