EmptyCreationExtras

Empty CreationExtras.

get of this object always returns null.

Functions

Link copied to clipboard

Edits this CreationExtras by populating a MutableCreationExtrasBuilder using the given builderAction. Content of this CreationExtras will be copied into the resulting MutableCreationExtrasBuilder first. Then the builderAction will be applied to the MutableCreationExtrasBuilder.

Link copied to clipboard
expect open operator override fun <T> get(key: Key<T>): T?

Returns an element associated with the given key

actual open operator override fun <T> get(key: Key<T>): T?