StringValue

data class StringValue(val value: String) : ParamValue

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun toDataItem(): DataItem