BoundingPoly constructor Null safety
- {required List<
NormalizedVertex> normalizedVertices, - required List<
Vertex> vertices}
Implementation
BoundingPoly({required this.normalizedVertices, required this.vertices});
BoundingPoly({required this.normalizedVertices, required this.vertices});