getValue

operator fun <T : Any> WeakRef<T>.getValue(o: Any?, property: KProperty<*>): T?(source)

Delegate WeakRef.value to a property.

val property by weak(value)