Returns the value associated with the given key, if it exists.
Return
the value, or null
Parameters
fun <T : Any> CloudKeyContainer.getOrNull(keyHolder: CloudKeyHolder<T>): T? Returns the value associated with the given keyHolder, if it exists.
Return
the value, or null
Parameters