ShapeEntity_EllipseArgs$json top-level constant

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

Implementation

@$core.Deprecated('Use shapeEntityDescriptor instead')
const ShapeEntity_EllipseArgs$json = const {
  '1': 'EllipseArgs',
  '2': const [
    const {'1': 'x', '3': 1, '4': 1, '5': 2, '10': 'x'},
    const {'1': 'y', '3': 2, '4': 1, '5': 2, '10': 'y'},
    const {'1': 'radiusX', '3': 3, '4': 1, '5': 2, '10': 'radiusX'},
    const {'1': 'radiusY', '3': 4, '4': 1, '5': 2, '10': 'radiusY'},
  ],
};