StringValue

value class StringValue(string: String) : Value

Functions

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

string
Link copied to clipboard
common
val string: String
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