WarningUpdate class
Provides the warning identifier and its information.
Constructors
Properties
- distanceTillEndInMeters ↔ double?
-
The distance to the end of the warning, expressed in meters.
It is the same value as WarningUpdate.distanceTillStartInMeters when the warning refers to a single location on the map.
nullif the end of the warning is yet to be processed in the upcoming segments.getter/setter pair - distanceTillStartInMeters ↔ double?
-
The distance to the warning, expressed in meters.
nullif WarningStatus is WarningStatus.inside or WarningStatus.passed.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warning ↔ Warning
-
The identification information of the warning.
getter/setter pair
- warningStatus ↔ WarningStatus
-
The current status of the warning relative to the vehicle's position.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited