bool hasSetting(String key) { if (!kIsReady) { return false; } if (settings.settings.containsKey(key)) { return true; } else { return false; } }