FaceMatch constructor

FaceMatch({
  1. Face? face,
  2. double? similarity,
})

Implementation

FaceMatch({
  this.face,
  this.similarity,
});