TransitMode enum
Constructors
- TransitMode()
-
const
Values
- bus → const TransitMode
-
const TransitMode(0)
- subway → const TransitMode
-
const TransitMode(1)
- train → const TransitMode
-
const TransitMode(2)
- tram → const TransitMode
-
const TransitMode(3)
- rail → const TransitMode
-
const TransitMode(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
TransitMode> -
A constant List of the values in this enum, in order of their declaration.
[bus, subway, train, tram, rail]