BooleanLiteral¶
data class BooleanLiteral(val value: Boolean) : Yaml.Scalar
Constructors¶
BooleanLiteral¶
constructor(value: Boolean)
Properties¶
value¶
Functions¶
toYaml¶
Converts this object into a Yaml object.
toYamlString¶
abstract fun toYamlString(indentation: Int): CharSequence
fun toYamlString(): String