VehiclePosition_VehicleStopStatus$json top-level constant
Implementation
const VehiclePosition_VehicleStopStatus$json = const {
'1': 'VehicleStopStatus',
'2': const [
const {'1': 'INCOMING_AT', '2': 0},
const {'1': 'STOPPED_AT', '2': 1},
const {'1': 'IN_TRANSIT_TO', '2': 2},
],
}