PubspecEditor constructor
PubspecEditor(
- String pubspecContent
Creates a PubspecEditor with the given pubspecContent.
Implementation
PubspecEditor(this.pubspecContent) : _editor = YamlEditor(pubspecContent);