LINE

data class LINE(val str: String, val level: Int) : Yaml.Token

Constructors

Link copied to clipboard
constructor(str: String, level: Int)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String