ShapeEntity_ShapeType$json top-level constant

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

Implementation

@$core.Deprecated('Use shapeEntityDescriptor instead')
const ShapeEntity_ShapeType$json = const {
  '1': 'ShapeType',
  '2': const [
    const {'1': 'SHAPE', '2': 0},
    const {'1': 'RECT', '2': 1},
    const {'1': 'ELLIPSE', '2': 2},
    const {'1': 'KEEP', '2': 3},
  ],
};