ListLiteral¶
data class ListLiteral(val children: List<Yaml>) : Yaml.Collection
Constructors¶
ListLiteral¶
constructor(vararg child: Yaml)
Properties¶
children¶
Functions¶
toYaml¶
Converts this object into a Yaml object.
toYamlString¶
abstract fun toYamlString(indentation: Int): CharSequence
fun toYamlString(): String