FFChipData$json top-level constant

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

Implementation

@$core.Deprecated('Use fFChipDataDescriptor instead')
const FFChipData$json = {
  '1': 'FFChipData',
  '2': [
    {
      '1': 'legacy_label',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyLabel',
    },
    {
      '1': 'label',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'label'
    },
    {
      '1': 'icon_data',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIconData',
      '10': 'iconData'
    },
  ],
};