PubspecParser constructor

PubspecParser({
  1. 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'});