ManeuverControlState class abstract

Maneuver Control State class

Maneuver control state.

Inheritance
Implemented types

Constructors

ManeuverControlState([void updates(ManeuverControlStateBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
eta int
Estimated time to completion of the maneuver, when executing. The value will be 65535 if the time is unknown or undefined.
no setter
hashCode int
The hash code for this object.
no setterinherited
info String
Complementary information, e.g., regarding errors.
no setter
msgId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
state ManeuverControlStateEnumState
Code indicating maneuver state.
no setter
sync int
no setterinherited
timestamp DateTime?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ManeuverControlStateBuilder)) ManeuverControlState
Rebuilds the instance.
inherited
toBuilder() ManeuverControlStateBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int