get

operator fun <T : Any> get(key: MetaContainer.Key<T>): T?(source)

Retrieves a value from the builder by its key.

Return

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

Parameters

key

The type-safe key to look up.