getValue

inline operator fun <Type> Asset<Type>.getValue(receiver: Any?, property: KProperty<*>): Type

Extension function that allows Asset instances to be delegates using the "by" keyword.