FaceMatching constructor
const
FaceMatching({})
Implementation
const FaceMatching({
required this.notes,
required this.isSuccessful,
required this.matchingScore,
required this.thresholdUsed,
});
const FaceMatching({
required this.notes,
required this.isSuccessful,
required this.matchingScore,
required this.thresholdUsed,
});