FaceDetection constructor
FaceDetection({
- FaceDetail? face,
- int? timestamp,
Implementation
FaceDetection({
this.face,
this.timestamp,
});
FaceDetection({
this.face,
this.timestamp,
});