FFActionOutputVariable$json top-level constant

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

Implementation

@$core.Deprecated('Use fFActionOutputVariableDescriptor instead')
const FFActionOutputVariable$json = {
  '1': 'FFActionOutputVariable',
  '2': [
    {
      '1': 'legacy_action_key',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyActionKey',
    },
    {
      '1': 'action_key_ref',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFActionKeyReference',
      '10': 'actionKeyRef'
    },
    {
      '1': 'output_variable_identifier',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'outputVariableIdentifier'
    },
  ],
};