int? getInt(final String key, {final int? defaultValue}) => _prefs.getInt(_getKey(key)) ?? defaultValue;