MissingPubspecError constructor

MissingPubspecError(
  1. String workingDir
)

Implementation

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