FFSimpleSearchAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFSimpleSearchActionDescriptor instead')
const FFSimpleSearchAction$json = {
  '1': 'FFSimpleSearchAction',
  '2': [
    {
      '1': 'collection',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFSimpleSearchAction.Collection',
      '9': 0,
      '10': 'collection'
    },
    {
      '1': 'documents',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFSimpleSearchAction.Documents',
      '9': 0,
      '10': 'documents'
    },
    {
      '1': 'strings',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFSimpleSearchAction.Strings',
      '9': 0,
      '10': 'strings'
    },
    {
      '1': 'search_term',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'searchTerm'
    },
    {'1': 'max_results', '3': 5, '4': 1, '5': 5, '10': 'maxResults'},
  ],
  '3': [
    FFSimpleSearchAction_Collection$json,
    FFSimpleSearchAction_Documents$json,
    FFSimpleSearchAction_Strings$json
  ],
  '8': [
    {'1': 'from'},
  ],
};