String? getConfigStringValue(String key) { if (config != null) return config!.getString(key); return null; }