FFTriggerAppEventAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFTriggerAppEventActionDescriptor instead')
const FFTriggerAppEventAction$json = {
  '1': 'FFTriggerAppEventAction',
  '2': [
    {
      '1': 'app_event_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'appEventIdentifier'
    },
    {
      '1': 'app_event_data',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'appEventData'
    },
    {
      '1': 'wait_for_completion',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'waitForCompletion'
    },
    {
      '1': 'debug_id',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'debugId'
    },
  ],
};