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