Key

open class Key<T : Any>(val name: String)

Key for setting and receiving entries in the Scope

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String