KoDefaultValueProvider

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

Inheritors

Properties

Link copied to clipboard
abstract val defaultValue: String?

Default value of the declaration.

Functions

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

Determines whatever the declaration ha the default value.