YamlEditor constructor

YamlEditor(
  1. String yaml
)

Implementation

factory YamlEditor(String yaml) => YamlEditor._(yaml);