UsersServicePaginationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use usersServicePaginationResponseDescriptor instead')
const UsersServicePaginationResponse$json = {
  '1': 'UsersServicePaginationResponse',
  '2': [
    {'1': 'count', '3': 1, '4': 1, '5': 4, '10': 'count'},
    {'1': 'offset', '3': 2, '4': 1, '5': 4, '10': 'offset'},
    {'1': 'total', '3': 3, '4': 1, '5': 4, '10': 'total'},
    {
      '1': 'payload',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.Scailo.User',
      '10': 'payload'
    },
  ],
};