VehiclePosition_CongestionLevel$json top-level constant

Map<String, Object> const VehiclePosition_CongestionLevel$json

Implementation

const VehiclePosition_CongestionLevel$json = const {
  '1': 'CongestionLevel',
  '2': const [
    const {'1': 'UNKNOWN_CONGESTION_LEVEL', '2': 0},
    const {'1': 'RUNNING_SMOOTHLY', '2': 1},
    const {'1': 'STOP_AND_GO', '2': 2},
    const {'1': 'CONGESTION', '2': 3},
    const {'1': 'SEVERE_CONGESTION', '2': 4},
  ],
}