RefObject

sealed external interface RefObject<T : Any> : Ref<T> (source)

Inheritors

Properties

Link copied to clipboard
abstract val current: T?