FaceContour constructor

FaceContour({
  1. required FaceContourType type,
  2. required List<Point<int>> points,
})

Implementation

FaceContour({required this.type, required this.points});