setValue

operator fun setValue(thisRef: Any?, property: KProperty<*>, value: String)

Sets the value of the property and prints a message to the standard output.

Parameters

thisRef

the object from which the property is being set.

property

the metadata of the property being set.

value

the new value to be assigned to the property.