ShapeEntity_RectArgs$json top-level constant

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

Implementation

@$core.Deprecated('Use shapeEntityDescriptor instead')
const ShapeEntity_RectArgs$json = const {
  '1': 'RectArgs',
  '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': 'width', '3': 3, '4': 1, '5': 2, '10': 'width'},
    const {'1': 'height', '3': 4, '4': 1, '5': 2, '10': 'height'},
    const {'1': 'cornerRadius', '3': 5, '4': 1, '5': 2, '10': 'cornerRadius'},
  ],
};