StringValue

data class StringValue(val value: String) : PartialArgValue

Represents a string value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard