KoValModifierProvider

Deprecated

Will be removed in version 0.19.0

Replace with

KoIsValProvider

An interface representing a Kotlin declaration that provides information about whether it has a val modifier.

Inheritors

Properties

Link copied to clipboard
abstract val hasValModifier: Boolean

Determines whatever the declaration has val modifier.