of

open fun <T> of(value: T): Property<T>(source)

Create a Property with a given initial value.

Return

a newly constructed property

Parameters

value

the initial value of the property

<T>

the type of the value