StringValue

data class StringValue(val value: String) : Keystone.Entry

Wraps a String value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The stored string.