Key

class Key<T>(val default: T)

Constructors

Link copied to clipboard
constructor(default: T)

Types

Link copied to clipboard
object Companion

Public to support static extensions.

Properties

Link copied to clipboard
val default: T