FFLocalStateUpdate$json top-level constant

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

Implementation

@$core.Deprecated('Use fFLocalStateUpdateDescriptor instead')
const FFLocalStateUpdate$json = {
  '1': 'FFLocalStateUpdate',
  '2': [
    {
      '1': 'local_state_field',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '8': {'3': true},
      '10': 'localStateField',
    },
    {
      '1': 'set_value',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '8': {'3': true},
      '9': 0,
      '10': 'setValue',
    },
    {
      '1': 'clear_value',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLocalStateClearValue',
      '8': {'3': true},
      '9': 0,
      '10': 'clearValue',
    },
    {
      '1': 'legacy_increment',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '9': 0,
      '10': 'legacyIncrement',
    },
    {
      '1': 'increment',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '8': {'3': true},
      '9': 0,
      '10': 'increment',
    },
    {
      '1': 'add_to_list',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '8': {'3': true},
      '9': 0,
      '10': 'addToList',
    },
    {
      '1': 'remove_from_list',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '8': {'3': true},
      '9': 0,
      '10': 'removeFromList',
    },
    {
      '1': 'updates',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFLocalStateFieldUpdate',
      '10': 'updates'
    },
    {
      '1': 'legacy_update_silently',
      '3': 9,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'legacyUpdateSilently',
    },
    {
      '1': 'update_type',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFLocalStateUpdate.UpdateType',
      '10': 'updateType'
    },
    {
      '1': 'state_variable_type',
      '3': 11,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFStateVariableType',
      '10': 'stateVariableType'
    },
  ],
  '4': [FFLocalStateUpdate_UpdateType$json],
  '8': [
    {'1': 'update'},
  ],
};