PubspecNotFound constructor

PubspecNotFound(
  1. String path
)

Implementation

PubspecNotFound(String path)
    : message = 'The pubspec file at $path does not exist. Please check the path and try again.';