FaceDetection constructor

FaceDetection({
  1. FaceDetail? face,
  2. int? timestamp,
})

Implementation

FaceDetection({
  this.face,
  this.timestamp,
});