MissingPubspecError constructor
MissingPubspecError(
- String workingDir
Implementation
MissingPubspecError(String workingDir)
: super('There is no pubspec.yaml in $workingDir');
MissingPubspecError(String workingDir)
: super('There is no pubspec.yaml in $workingDir');