Asset

@Stable
sealed class Asset<T : Any, I : Any> : ReadOnlyProperty<Any?, AssetDelegate<T>>

Inheritors

Functions

Link copied to clipboard
operator override fun getValue(thisRef: Any?, property: KProperty<*>): AssetDelegate<T>