PubspecEditor constructor

PubspecEditor(
  1. String pubspecContent
)

Creates a PubspecEditor with the given pubspecContent.

Implementation

PubspecEditor(this.pubspecContent) : _editor = YamlEditor(pubspecContent);