TruckRoadType enum

Specifies Truck road type

Values

et4 → const TruckRoadType

ET4 class truck road type.

et2 → const TruckRoadType

ET2 class truck road type.

a4 → const TruckRoadType

A4 class truck road type.

a2 → const TruckRoadType

A2 class truck road type.

b4 → const TruckRoadType

B4 class truck road type.

b2 → const TruckRoadType

B2 class truck road type.

c → const TruckRoadType

C class truck road type.

d → const TruckRoadType

D class truck road type.

bk1 → const TruckRoadType

BK1 class truck road type.

bk2 → const TruckRoadType

BK2 class truck road type.

bk3 → const TruckRoadType

BK3 class truck road type.

bk4 → const TruckRoadType

BK4 class truck road type.

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<TruckRoadType>
A constant List of the values in this enum, in order of their declaration.