KoInitializerProvider

Deprecated

Will be removed in version 0.18.0

Replace with

KoIsInitializedProvider

An interface representing a Kotlin declaration that provides information about whether it has been initialized.

Inheritors

Properties

Link copied to clipboard
abstract val isInitialized: Boolean

Determines whatever this declaration has been initialized. Declaration that has been initialized has a body. e.g.