FFCustomFont$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCustomFontDescriptor instead')
const FFCustomFont$json = {
  '1': 'FFCustomFont',
  '2': [
    {'1': 'font_family', '3': 1, '4': 1, '5': 9, '10': 'fontFamily'},
    {
      '1': 'font_file_data',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFCustomFont.FontFileData',
      '10': 'fontFileData'
    },
  ],
  '3': [FFCustomFont_FontFileData$json],
};