Bearing class
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
fromString(
dynamic bearingValue) → Bearing
Constants
- DOWN → const Bearing
-
const Bearing._internal('DOWN') - LEFT → const Bearing
-
const Bearing._internal('LEFT') - LEFT_DOWN → const Bearing
-
const Bearing._internal('LEFT_DOWN') - LEFT_UP → const Bearing
-
const Bearing._internal('LEFT_UP') - RIGHT → const Bearing
-
const Bearing._internal('RIGHT') - RIGHT_DOWN → const Bearing
-
const Bearing._internal('RIGHT_DOWN') - RIGHT_UP → const Bearing
-
const Bearing._internal('RIGHT_UP') - STRAIGHT → const Bearing
-
const Bearing._internal('STRAIGHT') - UP → const Bearing
-
const Bearing._internal('UP')