set

actual abstract fun set(value: V)(source)(source)
expect abstract fun set(value: V)(source)(source)

Modifies the value of the property.

Since Kotlin

1.0

Parameters

value

the new value to be assigned to this property.