setValue

operator fun <T> TypedAttribute<T>.setValue(scope: TypedAttributesScope, property: KProperty<*>, value: T?)(source)
operator fun <T> TypedAttribute<T>.setValue(attributes: TypedAttributes, property: KProperty<*>, value: T?)(source)