PaginationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use paginationResponseDescriptor instead')
const PaginationResponse$json = {
  '1': 'PaginationResponse',
  '2': [
    {'1': 'total_result', '3': 1, '4': 1, '5': 4, '8': {}, '10': 'totalResult'},
    {
      '1': 'applied_limit',
      '3': 2,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'appliedLimit'
    },
  ],
};