LocalizedString copyWith({Map<String, String>? strings}) { return LocalizedString(strings ?? _strings); }