DrivingStrategy class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Properties
- AVOID_CONGESTION ↔ int
-
getter/setter pair
- AVOID_CONGESTION_AVOID_HIGHWAY ↔ int
-
getter/setter pair
- AVOID_CONGESTION_HIGHWAY_PRIORITY ↔ int
-
getter/setter pair
- AVOID_CONGESTION_LESS_CHARGE ↔ int
-
getter/setter pair
- AVOID_CONGESTION_LESS_CHARGE_AVOID_HIGHWAY ↔ int
-
getter/setter pair
- AVOID_CONGESTION_ROAD_PRIORITY ↔ int
-
getter/setter pair
- AVOID_CONGESTION_SPEED_PRIORITY ↔ int
-
getter/setter pair
- AVOID_HIGHWAY ↔ int
-
getter/setter pair
- DEFAULT ↔ int
-
getter/setter pair
- HIGHWAY_PRIORITY ↔ int
-
getter/setter pair
- LESS_CHARGE ↔ int
-
getter/setter pair
- LESS_CHARGE_AVOID_HIGHWAY ↔ int
-
getter/setter pair
- ROAD_PRIORITY ↔ int
-
getter/setter pair
- SPEED_PRIORITY ↔ int
-
getter/setter pair