factory Facematch.fromJson(Map<String, dynamic> json) => Facematch( match: json["match"], confidence: json["confidence"], );