FFVector2D$json top-level constant

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

Implementation

@$core.Deprecated('Use fFVector2DDescriptor instead')
const FFVector2D$json = {
  '1': 'FFVector2D',
  '2': [
    {'1': 'legacy_x', '3': 1, '4': 1, '5': 1, '8': {}, '10': 'legacyX'},
    {
      '1': 'x_value',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'xValue'
    },
    {'1': 'legacy_y', '3': 2, '4': 1, '5': 1, '8': {}, '10': 'legacyY'},
    {
      '1': 'y_value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'yValue'
    },
  ],
};