ID

data class ID(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 val ustr: String