TrafficModel$json top-level constant

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

Implementation

@$core.Deprecated('Use trafficModelDescriptor instead')
const TrafficModel$json = {
  '1': 'TrafficModel',
  '2': [
    {'1': 'TRAFFIC_MODEL_UNSPECIFIED', '2': 0},
    {'1': 'BEST_GUESS', '2': 1},
    {'1': 'PESSIMISTIC', '2': 2},
    {'1': 'OPTIMISTIC', '2': 3},
  ],
};