BooleanValue

data class BooleanValue(value: Boolean) : Value

A boolean value.

Constructors

BooleanValue
Link copied to clipboard
fun BooleanValue(value: Boolean)

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document

Returns the pretty text representation of this object.

toString
Link copied to clipboard
open override fun toString(): String

Properties

type
Link copied to clipboard
open override val type: ValueType

The type of the value.

value
Link copied to clipboard
val value: Boolean