Hint$json top-level constant

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

Implementation

@$core.Deprecated('Use hintDescriptor instead')
const Hint$json = const {
  '1': 'Hint',
  '2': const [
    const {'1': 'do_not_cache', '3': 1, '4': 1, '5': 8, '10': 'doNotCache'},
    const {'1': 'skip_cache', '3': 2, '4': 1, '5': 8, '10': 'skipCache'},
    const {
      '1': 'force_blob_store',
      '3': 3,
      '4': 1,
      '5': 8,
      '10': 'forceBlobStore'
    },
    const {
      '1': 'force_inline_blob',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'forceInlineBlob'
    },
  ],
};