Paging$json top-level constant

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

Implementation

@$core.Deprecated('Use pagingDescriptor instead')
const Paging$json = {
  '1': 'Paging',
  '2': [
    {'1': 'page', '3': 1, '4': 1, '5': 5, '10': 'page'},
    {'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
    {'1': 'total_page', '3': 3, '4': 1, '5': 5, '10': 'totalPage'},
    {'1': 'total_record', '3': 4, '4': 1, '5': 5, '10': 'totalRecord'},
  ],
};