getOrNull

fun <T : Any> getOrNull(key: ExtraStore.Key<T>): T?

Returns the value associated with the provided key, or null if there’s no such value.