PubspecParser constructor
PubspecParser({
- String filePath = 'pubspec.yaml',
Implementation
PubspecParser({this.filePath = 'pubspec.yaml'});
PubspecParser({this.filePath = 'pubspec.yaml'});