VehiclePosition_VehicleStopStatus 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_VehicleStopStatus
Constants
- IN_TRANSIT_TO → const VehiclePosition_VehicleStopStatus
-
const VehiclePosition_VehicleStopStatus._(2, 'IN_TRANSIT_TO')
- INCOMING_AT → const VehiclePosition_VehicleStopStatus
-
const VehiclePosition_VehicleStopStatus._(0, 'INCOMING_AT')
- STOPPED_AT → const VehiclePosition_VehicleStopStatus
-
const VehiclePosition_VehicleStopStatus._(1, 'STOPPED_AT')
-
values
→ const List<
VehiclePosition_VehicleStopStatus> -
const <VehiclePosition_VehicleStopStatus>[INCOMING_AT, STOPPED_AT, IN_TRANSIT_TO]