get

abstract operator fun <T : Any> get(key: CodecContext.Key<T>): T?

Returns the value associated with key, or null if not present.