FetchRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use fetchRequestDescriptor instead')
const FetchRequest$json = const {
  '1': 'FetchRequest',
  '2': const [
    const {
      '1': 'subscription',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.api.Subscription',
      '10': 'subscription'
    },
    const {'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
  ],
};