Whether key currently exists, including null values.
key
bool contains(String key) => store.contains(key);