FaceModel constructor

FaceModel({
  1. String? image,
  2. PurpleLandmarks? landmarks,
  3. Offsets? offsets,
  4. String? type,
})

Implementation

FaceModel({
  this.image,
  this.landmarks,
  this.offsets,
  this.type,
});