FFCustomIconFamily$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCustomIconFamilyDescriptor instead')
const FFCustomIconFamily$json = {
  '1': 'FFCustomIconFamily',
  '2': [
    {'1': 'family_name', '3': 1, '4': 1, '5': 9, '10': 'familyName'},
    {'1': 'icon_file_path', '3': 2, '4': 1, '5': 9, '10': 'iconFilePath'},
    {
      '1': 'icons',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFCustomIconFamily.IconInfo',
      '10': 'icons'
    },
  ],
  '3': [FFCustomIconFamily_IconInfo$json],
};