int getIntOr(String key, int defaultValue) { return preferences?.getInt(_key(key)) ?? defaultValue; }