toYaml method

String toYaml()

Produces a Yaml formatted String version of the object

Implementation

String toYaml() => json2yaml(toJson());