FFChartLabelFormatInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use fFChartLabelFormatInfoDescriptor instead')
const FFChartLabelFormatInfo$json = {
  '1': 'FFChartLabelFormatInfo',
  '2': [
    {
      '1': 'number_format',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNumberFormat',
      '9': 0,
      '10': 'numberFormat'
    },
    {
      '1': 'date_time_format',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDateTimeFormat',
      '9': 0,
      '10': 'dateTimeFormat'
    },
    {
      '1': 'label_format_type',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFChartLabelFormatInfo.LabelFormatType',
      '10': 'labelFormatType'
    },
  ],
  '4': [FFChartLabelFormatInfo_LabelFormatType$json],
  '8': [
    {'1': 'label_format'},
  ],
};