factory ExactMatchInstance.fromJson(Map<String, dynamic> json) { return ExactMatchInstance( prediction: json['prediction'], reference: json['reference'], ); }