KoIsVarProvider

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

Inheritors

Properties

Link copied to clipboard
abstract val isVar: Boolean

Determines whatever the declaration has var keyword.