toYaml method

String toYaml()
inherited

Produces a Yaml formatted String version of the object

Implementation

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