Gets the value for a given key as a bool.
Returns false if the key does not exist.
false
bool getBool(String key) { return _delegate.getBool(key); }