StringValue

data class StringValue(val value: String) : Value

A string.

Constructors

Link copied to clipboard
fun StringValue(value: String)

Functions

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

Properties

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