setValue

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

Sets _value to the given value. If it was set before, an error is thrown.