FaceLandmark constructor
FaceLandmark({
- required FaceLandmarkType type,
- required Point<
int> position,
Implementation
FaceLandmark({required this.type, required this.position});