Facematch constructor

Facematch({
  1. required bool match,
  2. required int confidence,
})

Implementation

Facematch({
  required this.match,
  required this.confidence,
});