PostAction class
An action that must be done after arrival, i.e.
completing a section in the route.
Constructors
Properties
- action ↔ PostActionType
-
Type of this action.
Defaults to PostActionType.chargingSetup.
getter/setter pair
- chargingDetails ↔ ChargingActionDetails?
-
The additional information that is available if the action is of type charging.
getter/setter pair
- duration ↔ Duration
-
Estimated duration of this action.
Defaults to 0 seconds.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- 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.