PersonMatch constructor

PersonMatch({
  1. List<FaceMatch>? faceMatches,
  2. PersonDetail? person,
  3. int? timestamp,
})

Implementation

PersonMatch({
  this.faceMatches,
  this.person,
  this.timestamp,
});