PubspecNotFoundException constructor

PubspecNotFoundException(
  1. String projectDir, {
  2. String? command,
  3. int? exitCode,
})

Implementation

PubspecNotFoundException(this.projectDir, {super.command, super.exitCode});