FFDimensions$json top-level constant

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

Implementation

@$core.Deprecated('Use fFDimensionsDescriptor instead')
const FFDimensions$json = {
  '1': 'FFDimensions',
  '2': [
    {
      '1': 'width',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDim',
      '10': 'width'
    },
    {
      '1': 'height',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDim',
      '10': 'height'
    },
  ],
};