KoValueProvider

An interface representing a Kotlin declaration that provides access to value.

Inheritors

Properties

Link copied to clipboard
abstract val value: String?

The value of declaration.

Functions

Link copied to clipboard
abstract fun hasValue(value: String? = null): Boolean

Determines whatever the declaration has the value.