IteratePubPathOptions constructor
const
IteratePubPathOptions({
- List<
String> ? dependencies, - bool? recursive,
- bool? readConfig,
- FilterDartProjectOptions? filterDartProjectOptions,
Create iterate options.
Implementation
const IteratePubPathOptions({
this.dependencies,
this.recursive,
this.readConfig,
this.filterDartProjectOptions,
});