VehiclePosition_CongestionLevel class

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Methods

valueOf(int value) VehiclePosition_CongestionLevel

Constants

CONGESTION → const VehiclePosition_CongestionLevel
const VehiclePosition_CongestionLevel._(3, 'CONGESTION')
RUNNING_SMOOTHLY → const VehiclePosition_CongestionLevel
const VehiclePosition_CongestionLevel._(1, 'RUNNING_SMOOTHLY')
SEVERE_CONGESTION → const VehiclePosition_CongestionLevel
const VehiclePosition_CongestionLevel._(4, 'SEVERE_CONGESTION')
STOP_AND_GO → const VehiclePosition_CongestionLevel
const VehiclePosition_CongestionLevel._(2, 'STOP_AND_GO')
UNKNOWN_CONGESTION_LEVEL → const VehiclePosition_CongestionLevel
const VehiclePosition_CongestionLevel._(0, 'UNKNOWN_CONGESTION_LEVEL')
values → const List<VehiclePosition_CongestionLevel>
const <VehiclePosition_CongestionLevel>[UNKNOWN_CONGESTION_LEVEL, RUNNING_SMOOTHLY, STOP_AND_GO, CONGESTION, SEVERE_CONGESTION]