KmConstantValue

data class KmConstantValue(val value: Any?)

Represents a constant value used in an effect expression.

Contracts are an internal feature of the standard Kotlin library, and their behavior and/or binary format may change in a subsequent release.

Constructors

Link copied to clipboard
constructor(value: Any?)

Properties

Link copied to clipboard
val value: Any?

the constant value. May be true, false or null