setValue
Sets the value of the property for the given object.
Since Kotlin
1.1Parameters
thisRef
the object for which the value is requested.
property
the metadata for the property.
value
the value to set.
Sets the value of the property for the given object.
the object for which the value is requested.
the metadata for the property.
the value to set.
Thanks for your feedback!