contains

abstract fun <T : Any> contains(key: KeyValueStorage.Key<T>): Boolean

Checks whether the storage contains a value with the given key.