FFApiValue$json top-level constant

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

Implementation

@$core.Deprecated('Use fFApiValueDescriptor instead')
const FFApiValue$json = {
  '1': 'FFApiValue',
  '2': [
    {
      '1': 'identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'identifier'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFBaseDataType',
      '10': 'type'
    },
    {'1': 'is_list', '3': 5, '4': 1, '5': 8, '10': 'isList'},
    {
      '1': 'legacy_default_value',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyDefaultValue',
    },
    {'1': 'test_value', '3': 4, '4': 1, '5': 9, '10': 'testValue'},
    {
      '1': 'value',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'value'
    },
  ],
};