ReadonlyProperty

fun <T> ReadonlyProperty(initialValue: T)

Creates a ReadonlyProperty with given initial value.

Parameters

T

Type of boxed data.

initialValue

Initial value of this property.