FFValue$json top-level constant

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

Implementation

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