@override Map<String, Map<String, String>> toMap() { return _strings.map( (locale, value) => MapEntry(locale.toLanguageTag(), value.toMap()), ); }