Shape constructor
Shape(
- dynamic points
Implementation
Shape(points) : super(points) {
uuid = MathUtils.generateUUID();
holes = [];
}
Shape(points) : super(points) {
uuid = MathUtils.generateUUID();
holes = [];
}