toYaml method

  1. @override
String toYaml()
override

Produces a Yaml formatted String version of the object

Implementation

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