FFIconValue$json top-level constant

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

Implementation

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