PubspecParser constructor
PubspecParser({
- String filePath = 'pubspec.yaml',
Creates a new instance of PubspecParser.
The filePath
parameter allows specifying a custom path for the pubspec.yaml
file.
If omitted, it defaults to 'pubspec.yaml'
.
Implementation
PubspecParser({this.filePath = 'pubspec.yaml'});