ListQuery$json top-level constant

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

Implementation

@$core.Deprecated('Use listQueryDescriptor instead')
const ListQuery$json = const {
  '1': 'ListQuery',
  '2': const [
    const {'1': 'offset', '3': 1, '4': 1, '5': 4, '8': const {}, '10': 'offset'},
    const {'1': 'limit', '3': 2, '4': 1, '5': 13, '8': const {}, '10': 'limit'},
    const {'1': 'asc', '3': 3, '4': 1, '5': 8, '8': const {}, '10': 'asc'},
  ],
  '7': const {},
};