FFActionInputVariable$json top-level constant

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

Implementation

@$core.Deprecated('Use fFActionInputVariableDescriptor instead')
const FFActionInputVariable$json = {
  '1': 'FFActionInputVariable',
  '2': [
    {
      '1': 'action_input',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFActionInputVariable.ActionInput',
      '10': 'actionInput'
    },
    {
      '1': 'legacy_action_parameter',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFParameter',
      '8': {'3': true},
      '10': 'legacyActionParameter',
    },
    {
      '1': 'parameter_identifier',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'parameterIdentifier'
    },
  ],
  '4': [FFActionInputVariable_ActionInput$json],
};