PreAction class
An action that must be done prior to the section, i.e.
boarding a ferry.
Constructors
Properties
- action ↔ PreActionType
-
Type of this action.
Defaults to PreActionType.board.
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.