FFAppEvent$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAppEventDescriptor instead')
const FFAppEvent$json = {
  '1': 'FFAppEvent',
  '2': [
    {
      '1': 'identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'identifier'
    },
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
    {
      '1': 'scope',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAppEvent.FFAppEventScope',
      '10': 'scope'
    },
    {'1': 'has_data', '3': 5, '4': 1, '5': 8, '10': 'hasData'},
    {
      '1': 'data_type_parameter',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFParameter',
      '10': 'dataTypeParameter'
    },
    {
      '1': 'global_handler_action_component_identifier',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'globalHandlerActionComponentIdentifier'
    },
  ],
  '4': [FFAppEvent_FFAppEventScope$json],
};