@override Locale fromJson(Map<String, dynamic> json) { return const NullableLocaleConverter().fromJson(json)!; }