LaneFullState_State$json top-level constant

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

Implementation

@$core.Deprecated('Use laneFullStateDescriptor instead')
const LaneFullState_State$json = {
  '1': 'State',
  '2': [
    {'1': 'IDLE', '2': 0},
    {'1': 'IDLE_FOOT_DOWN', '2': 1},
    {'1': 'READY_FOOT_DOWN', '2': 2},
    {'1': 'RUNNING_FOOT_DOWN', '2': 3},
    {'1': 'RUNNING', '2': 4},
    {'1': 'FALSE_START', '2': 5},
    {'1': 'FALSE_START_TIE', '2': 6},
    {'1': 'WILDCARD', '2': 7},
    {'1': 'FINISHED', '2': 8},
    {'1': 'FINISHED_WINNER', '2': 9},
    {'1': 'FINISHED_TIE', '2': 10},
    {'1': 'FALL', '2': 11},
    {'1': 'DISABLED', '2': 12},
  ],
};