toYaml method

YamlNode toYaml()

Implementation

YamlNode toYaml() {
  return wrapAsYamlNode(toJson());
}