PubspecParser constructor

PubspecParser({
  1. String filePath = 'pubspec.yaml',
})

Implementation

PubspecParser({this.filePath = 'pubspec.yaml'});