FFExecuteActionComponent$json top-level constant

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

Implementation

@$core.Deprecated('Use fFExecuteActionComponentDescriptor instead')
const FFExecuteActionComponent$json = {
  '1': 'FFExecuteActionComponent',
  '2': [
    {
      '1': 'action_component_identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'actionComponentIdentifier'
    },
    {
      '1': 'argument_values',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFFunctionCallValues',
      '10': 'argumentValues'
    },
    {'1': 'should_set_state', '3': 3, '4': 1, '5': 8, '10': 'shouldSetState'},
  ],
};