KoIsValProvider

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

Inheritors

Properties

Link copied to clipboard
abstract val isVal: Boolean

Determines whatever the declaration has val keyword.