set
Sets the value of the single property named name to value with receiver.
If the property is static, receiver is ignored. receiver must be non-null for non-static properties.
See also
Throws
if the property setter cannot be invoked or the property is val.
if no property with that name exists.
if more than one property with that name exist.
Sets the value of the single property named name with receiver and arguments argumentsBuilder.
If the property is static, receiver is ignored. receiver must be non-null for non-static properties, or be set in argumentsBuilder.
See also
Throws
if the property setter cannot be invoked or the property is val.
if no property with that name exists.
if more than one property with that name exist.