Null

data class Null(val value: Null) : Expression.Operand.Value

NULL

Constructors

Link copied to clipboard
@TestOnly
constructor()
constructor(value: Null)

Properties

Link copied to clipboard
val value: Null