FFChartData$json top-level constant

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

Implementation

@$core.Deprecated('Use fFChartDataDescriptor instead')
const FFChartData$json = {
  '1': 'FFChartData',
  '2': [
    {
      '1': 'legacy_label',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyLabel',
    },
    {
      '1': 'firestore_documents',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFFirestoreChartData',
      '9': 0,
      '10': 'firestoreDocuments'
    },
    {
      '1': 'numbers_list',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNumbersList',
      '9': 0,
      '10': 'numbersList'
    },
    {
      '1': 'single_value',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '9': 0,
      '10': 'singleValue'
    },
    {
      '1': 'source_type',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFChartData.DataSourceType',
      '10': 'sourceType'
    },
    {
      '1': 'legend_name',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'legendName'
    },
    {
      '1': 'legacy_color',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyColor'
    },
    {
      '1': 'color_value',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'colorValue'
    },
    {
      '1': 'label',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'label'
    },
  ],
  '4': [FFChartData_DataSourceType$json],
  '8': [
    {'1': 'data'},
  ],
};