getValue

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