factory ExactMatchMetricValue.fromJson(Map<String, dynamic> json) { return ExactMatchMetricValue(score: decodeDouble(json['score'])); }