Infraction$json top-level constant

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

Implementation

@$core.Deprecated('Use infractionDescriptor instead')
const Infraction$json = {
  '1': 'Infraction',
  '2': [
    {'1': 'INFRACTION_UNSPECIFIED', '2': 0},
    {'1': 'INFRACTION_DOUBLE_SIGN', '2': 1},
    {'1': 'INFRACTION_DOWNTIME', '2': 2},
  ],
};