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': '.leaderboard._Unbounded',
      '9': 0,
      '10': 'unboundedMin'
    },
    {
      '1': 'min_inclusive',
      '3': 2,
      '4': 1,
      '5': 2,
      '9': 0,
      '10': 'minInclusive'
    },
    {
      '1': 'unbounded_max',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.leaderboard._Unbounded',
      '9': 1,
      '10': 'unboundedMax'
    },
    {
      '1': 'max_exclusive',
      '3': 4,
      '4': 1,
      '5': 2,
      '9': 1,
      '10': 'maxExclusive'
    },
  ],
  '8': [
    {'1': 'min'},
    {'1': 'max'},
  ],
};