String? get(String key) { if (S.isNullOrEmpty(key)) return null; return settings.containsKey(key) ? settings[key] : null; }