Str

data class Str(val value: String) : StyleValue

Constructors

constructor(value: String)

Properties