FaceModel constructor
FaceModel({
- String? image,
- PurpleLandmarks? landmarks,
- Offsets? offsets,
- String? type,
Implementation
FaceModel({
this.image,
this.landmarks,
this.offsets,
this.type,
});