FFTriggerActions$json top-level constant

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

Implementation

@$core.Deprecated('Use fFTriggerActionsDescriptor instead')
const FFTriggerActions$json = {
  '1': 'FFTriggerActions',
  '2': [
    {
      '1': 'legacy_trigger_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFActionTriggerType',
      '8': {'3': true},
      '10': 'legacyTriggerType',
    },
    {
      '1': 'root_action',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFActionNode',
      '10': 'rootAction'
    },
    {
      '1': 'trigger',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFActionTrigger',
      '10': 'trigger'
    },
    {
      '1': 'batch_firestore_writes',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'batchFirestoreWrites'
    },
  ],
};