PubspecManager constructor
PubspecManager()
The constructor takes no arguments and sets the _filepath
to the path to
the pubspec.yaml
file in the current directory.
Implementation
PubspecManager() : _filepath = join(Directory.current.path, 'pubspec.yaml');