NextSpeedLimit class
Next speed limit info
Constructors
- NextSpeedLimit({required Coordinates coords, required int distance, required double speed})
-
NextSpeedLimit.fromJson(Map<
String, dynamic> json) -
factory
Properties
- coords ↔ Coordinates
-
Coordinates where the next speed limit begins
getter/setter pair
- distance ↔ int
-
Distance where the next speed limit begins
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed ↔ double
-
Next speed limit value
getter/setter pair
- status → NextSpeedLimitStatus
-
The status of the availability of the next speed limit
no setter
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 ==(
covariant NextSpeedLimit other) → bool -
The equality operator.
override