MutableState

open class MutableState<V>(var value: V)(source)

Constructors

Link copied to clipboard
constructor(value: V)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, prop: KProperty<*>): V
Link copied to clipboard
operator fun setValue(thisRef: Any?, prop: KProperty<*>, newValue: V)

Properties

Link copied to clipboard
var value: V