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