set

abstract operator fun set(target: T, value: V)

Sets the property value on the specified target object.

Parameters

target

the object on which to set the property value

value

the new property value