Locale jsonToLocale(Map<String, dynamic> data) { return Locale( asT<String>(data['languageCode']), asNullT<String>(data['countryCode'])); }