TravelDirection enum
A travel direction type. Options for traveling to or from the facility. The default is defined in the network layer.
Constructors
- TravelDirection()
-
const
Values
- fromFacility → const TravelDirection
-
Travel from facility.
- toFacility → const TravelDirection
-
Travel to facility.
Properties
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
Constants
-
values
→ const List<
TravelDirection> - A constant List of the values in this enum, in order of their declaration.