bool trExists(String key) { final localization = Localization.of(this); if (localization == null) { throw const LocalizationNotFoundException(); } return localization.exists(key); }