TransportType enum Null safety
Constants
- aerialLift → const TransportType
-
const TransportType(6)
- bus → const TransportType
-
const TransportType(3)
- cableTram → const TransportType
-
const TransportType(5)
- ferry → const TransportType
-
const TransportType(4)
- funicular → const TransportType
-
const TransportType(7)
- intercityBus → const TransportType
-
const TransportType(8)
- metro → const TransportType
-
const TransportType(1)
- monorail → const TransportType
-
const TransportType(12)
- rail → const TransportType
-
const TransportType(2)
- tram → const TransportType
-
const TransportType(0)
- trolleyBus → const TransportType
-
const TransportType(11)
- undefined10 → const TransportType
-
const TransportType(10)
- urbanBus → const TransportType
-
const TransportType(9)
-
values
→ const List<
TransportType> -
A constant List of the values in this enum, in order of their declaration.
const List<
TransportType>
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