factory AlertLanguage.fromJson(Map<String, dynamic> json) => AlertLanguage(isoCode: json['language_iso_code']);