FFDim$json top-level constant

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

Implementation

@$core.Deprecated('Use fFDimDescriptor instead')
const FFDim$json = {
  '1': 'FFDim',
  '2': [
    {
      '1': 'legacy_pixels',
      '3': 1,
      '4': 1,
      '5': 1,
      '8': {},
      '9': 0,
      '10': 'legacyPixels'
    },
    {
      '1': 'legacy_percent_of_screen_size',
      '3': 2,
      '4': 1,
      '5': 1,
      '8': {},
      '9': 0,
      '10': 'legacyPercentOfScreenSize'
    },
    {
      '1': 'legacy_percent_of_containing_widget',
      '3': 3,
      '4': 1,
      '5': 1,
      '8': {},
      '9': 0,
      '10': 'legacyPercentOfContainingWidget'
    },
    {
      '1': 'pixels_value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '9': 1,
      '10': 'pixelsValue'
    },
    {
      '1': 'percent_of_screen_size_value',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '9': 1,
      '10': 'percentOfScreenSizeValue'
    },
    {
      '1': 'percent_of_containing_widget_value',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '9': 1,
      '10': 'percentOfContainingWidgetValue'
    },
  ],
  '8': [
    {'1': 'dim'},
    {'1': 'dim_val'},
  ],
};