KoNullableProvider

Deprecated

Will be removed in version 0.18.0

Replace with

KoIsNullableProvider

An interface representing a Kotlin declaration that provides information about whether its type is nullable.

Inheritors

Properties

Link copied to clipboard
abstract val isNullable: Boolean

Determines whatever declaration type is nullable.