IteratePubPathOptions constructor

const IteratePubPathOptions({
  1. List<String>? dependencies,
  2. bool? recursive,
  3. bool? readConfig,
  4. FilterDartProjectOptions? filterDartProjectOptions,
})

Create iterate options.

Implementation

const IteratePubPathOptions({
  this.dependencies,
  this.recursive,
  this.readConfig,
  this.filterDartProjectOptions,
});