SearchResult$json top-level constant

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

Implementation

@$core.Deprecated('Use searchResultDescriptor instead')
const SearchResult$json = {
  '1': 'SearchResult',
  '2': [
    {
      '1': 'Continuation',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ContinuationToken',
      '10': 'Continuation'
    },
    {
      '1': 'Results',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.SearchObject',
      '10': 'Results'
    },
    {
      '1': 'Facets',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.SearchFacet',
      '10': 'Facets'
    },
  ],
};