FFIntegerValue$json top-level constant

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

Implementation

@$core.Deprecated('Use fFIntegerValueDescriptor instead')
const FFIntegerValue$json = {
  '1': 'FFIntegerValue',
  '2': [
    {'1': 'input_value', '3': 1, '4': 1, '5': 5, '9': 0, '10': 'inputValue'},
    {
      '1': 'variable',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '9': 0,
      '10': 'variable'
    },
    {
      '1': 'most_recent_input_value',
      '3': 3,
      '4': 1,
      '5': 5,
      '10': 'mostRecentInputValue'
    },
  ],
  '7': {},
  '8': [
    {'1': 'value'},
  ],
};