False

object False : Value

Singleton false value

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

list
Link copied to clipboard
common
open val list: List<Value>

get this value represented as List

type
Link copied to clipboard
common
open override val type: ValueType

The type of the value

value
Link copied to clipboard
common
open override val value: Any

Get raw value of this value