DependencyEngine constructor
DependencyEngine({
- String pubspecPath = 'pubspec.yaml',
Constructs a DependencyEngine with optional custom pubspecPath.
Implementation
DependencyEngine({this.pubspecPath = 'pubspec.yaml'});