Property

fun <T> Property(initialValue: T)

Creates a Property with given initial value.

Parameters

T

Type of boxed data.

initialValue

Initial value of this property.