DependencyEngine constructor

DependencyEngine({
  1. String pubspecPath = 'pubspec.yaml',
})

Constructs a DependencyEngine with optional custom pubspecPath.

Implementation

DependencyEngine({this.pubspecPath = 'pubspec.yaml'});