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