PersonMatch constructor
PersonMatch({
- List<
FaceMatch> ? faceMatches, - PersonDetail? person,
- int? timestamp,
Implementation
PersonMatch({
this.faceMatches,
this.person,
this.timestamp,
});