operator fun <T> Property<T>.setValue(receiver: Any?, property: KProperty<*>, value: T): Unit
Provides 'set' functional extension for the Property object.