STR

data class STR(val str: String) : Yaml.Token

Constructors

Link copied to clipboard
constructor(str: String)

Properties

Link copied to clipboard
open override val str: String
Link copied to clipboard
open override val ustr: String