ScoreRange_$json top-level constant

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

Implementation

@$core.Deprecated('Use scoreRange_Descriptor instead')
const ScoreRange_$json = {
  '1': '_ScoreRange',
  '2': [
    {
      '1': 'unbounded_min',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.common._Unbounded',
      '9': 0,
      '10': 'unboundedMin'
    },
    {
      '1': 'min_inclusive',
      '3': 5,
      '4': 1,
      '5': 1,
      '9': 0,
      '10': 'minInclusive'
    },
    {
      '1': 'unbounded_max',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.common._Unbounded',
      '9': 1,
      '10': 'unboundedMax'
    },
    {
      '1': 'max_exclusive',
      '3': 6,
      '4': 1,
      '5': 1,
      '9': 1,
      '10': 'maxExclusive'
    },
  ],
  '8': [
    {'1': 'min'},
    {'1': 'max'},
  ],
  '9': [
    {'1': 2, '2': 3},
    {'1': 4, '2': 5},
  ],
};