SortedSetFetchRequest___ByIndex$json top-level constant

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

Implementation

@$core.Deprecated('Use sortedSetFetchRequest_Descriptor instead')
const SortedSetFetchRequest___ByIndex$json = {
  '1': '_ByIndex',
  '2': [
    {
      '1': 'unbounded_start',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 0,
      '10': 'unboundedStart'
    },
    {
      '1': 'inclusive_start_index',
      '3': 2,
      '4': 1,
      '5': 17,
      '9': 0,
      '10': 'inclusiveStartIndex'
    },
    {
      '1': 'unbounded_end',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.cache_client._Unbounded',
      '9': 1,
      '10': 'unboundedEnd'
    },
    {
      '1': 'exclusive_end_index',
      '3': 4,
      '4': 1,
      '5': 17,
      '9': 1,
      '10': 'exclusiveEndIndex'
    },
  ],
  '8': [
    {'1': 'start'},
    {'1': 'end'},
  ],
};