getValue

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

Retrieves the value of the property. This is the standard getValue operator function for a property delegate.

Return

A descriptive String confirming the delegation.

Parameters

thisRef

the object from which the value is being read.

property

the metadata for the property.