ShapeEntity_ShapeStyle_LineCap$json top-level constant
- @Deprecated('Use shapeEntityDescriptor instead')
Implementation
@$core.Deprecated('Use shapeEntityDescriptor instead')
const ShapeEntity_ShapeStyle_LineCap$json = const {
'1': 'LineCap',
'2': const [
const {'1': 'LineCap_BUTT', '2': 0},
const {'1': 'LineCap_ROUND', '2': 1},
const {'1': 'LineCap_SQUARE', '2': 2},
],
};