FaceContour constructor
FaceContour({
- required FaceContourType type,
- required List<
Point< points,int> >
Implementation
FaceContour({required this.type, required this.points});