Item

data class Item<T>(value: T) : Event<T>

Functions

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

Properties

Link copied to clipboard
val value: T