MapLiteral¶
data class MapLiteral(val contents: Map<Yaml, Yaml>) : Yaml.Collection
Constructors¶
MapLiteral¶
Properties¶
contents¶
Functions¶
toYaml¶
Converts this object into a Yaml object.
toYamlString¶
abstract fun toYamlString(indentation: Int): CharSequence
fun toYamlString(): String