QueryOptions$json top-level constant

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

Implementation

@$core.Deprecated('Use queryOptionsDescriptor instead')
const QueryOptions$json = {
  '1': 'QueryOptions',
  '2': [
    {'1': 'limit', '3': 1, '4': 1, '5': 13, '9': 0, '10': 'limit', '17': true},
    {'1': 'after', '3': 2, '4': 1, '5': 12, '9': 1, '10': 'after', '17': true},
    {
      '1': 'before',
      '3': 3,
      '4': 1,
      '5': 12,
      '9': 2,
      '10': 'before',
      '17': true
    },
    {
      '1': 'ordering',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.sui.rpc.v2.Ordering',
      '9': 3,
      '10': 'ordering',
      '17': true
    },
  ],
  '8': [
    {'1': '_limit'},
    {'1': '_after'},
    {'1': '_before'},
    {'1': '_ordering'},
  ],
};