EnableOption enum

Defines where the transport mode is enabled along the route.

Values

notSpecific → const EnableOption

Not specifically defined.

routeHead → const EnableOption

Enable at the start of the route (route head).

routeTail → const EnableOption

Enable at the end of the route (route tail).

entireRoute → const EnableOption

Enable for the entire duration of the route.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
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

Constants

values → const List<EnableOption>
A constant List of the values in this enum, in order of their declaration.