FaceLandmark constructor

FaceLandmark({
  1. required FaceLandmarkType type,
  2. required Point<int> position,
})

Implementation

FaceLandmark({required this.type, required this.position});