SpeedReadingInterval_Speed$json top-level constant

  1. @Deprecated('Use speedReadingIntervalDescriptor instead')
Map<String, Object> const SpeedReadingInterval_Speed$json

Implementation

@$core.Deprecated('Use speedReadingIntervalDescriptor instead')
const SpeedReadingInterval_Speed$json = {
  '1': 'Speed',
  '2': [
    {'1': 'SPEED_UNSPECIFIED', '2': 0},
    {'1': 'NORMAL', '2': 1},
    {'1': 'SLOW', '2': 2},
    {'1': 'TRAFFIC_JAM', '2': 3},
  ],
};