ClientStreamsServicePaginationResponse$json top-level constant

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

Implementation

@$core
    .Deprecated('Use clientStreamsServicePaginationResponseDescriptor instead')
const ClientStreamsServicePaginationResponse$json = {
  '1': 'ClientStreamsServicePaginationResponse',
  '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.ClientStream',
      '10': 'payload'
    },
  ],
};