FFWidgetStateVariable$json top-level constant

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

Implementation

@$core.Deprecated('Use fFWidgetStateVariableDescriptor instead')
const FFWidgetStateVariable$json = {
  '1': 'FFWidgetStateVariable',
  '2': [
    {
      '1': 'return_parameter',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFParameter',
      '10': 'returnParameter'
    },
    {
      '1': 'variable_identifier',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'variableIdentifier'
    },
    {
      '1': 'action_type',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFWidgetStateVariable.ActionVariableType',
      '10': 'actionType'
    },
    {
      '1': 'legacy_action_key',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyActionKey',
    },
    {
      '1': 'action_key_ref',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFActionKeyReference',
      '10': 'actionKeyRef'
    },
  ],
  '4': [FFWidgetStateVariable_ActionVariableType$json],
};