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