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