StringValue

data class StringValue(value: String) : Value

A string.

Constructors

StringValue
Link copied to clipboard
fun StringValue(value: String)

Functions

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

Properties

type
Link copied to clipboard
open override val type: ValueType
value
Link copied to clipboard
val value: String