FFBarChartBarInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use fFBarChartBarInfoDescriptor instead')
const FFBarChartBarInfo$json = {
  '1': 'FFBarChartBarInfo',
  '2': [
    {
      '1': 'legacy_border_color',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyBorderColor'
    },
    {
      '1': 'border_color_value',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'borderColorValue'
    },
    {
      '1': 'legacy_border_width',
      '3': 2,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyBorderWidth'
    },
    {
      '1': 'border_width_value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'borderWidthValue'
    },
  ],
};