Config_DisplayConfig_CompassOrientation class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
Constants
- DEGREES_0 → const Config_DisplayConfig_CompassOrientation
- The compass and the display are in the same orientation.
- DEGREES_0_INVERTED → const Config_DisplayConfig_CompassOrientation
- Don't rotate the compass, but invert the result.
- DEGREES_90 → const Config_DisplayConfig_CompassOrientation
- Rotate the compass by 90 degrees.
- DEGREES_90_INVERTED → const Config_DisplayConfig_CompassOrientation
- Rotate the compass by 90 degrees and invert.
- DEGREES_180 → const Config_DisplayConfig_CompassOrientation
- Rotate the compass by 180 degrees.
- DEGREES_180_INVERTED → const Config_DisplayConfig_CompassOrientation
- Rotate the compass by 180 degrees and invert.
- DEGREES_270 → const Config_DisplayConfig_CompassOrientation
- Rotate the compass by 270 degrees.
- DEGREES_270_INVERTED → const Config_DisplayConfig_CompassOrientation
- Rotate the compass by 270 degrees and invert.
-
values
→ const List<
Config_DisplayConfig_CompassOrientation>