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