ScanRunner constructor
ScanRunner({})
Implementation
ScanRunner({
required this.targetPath,
this.dartFiles,
this.tier,
this.messageSink,
this.applyExclusionsToFileList = true,
});
ScanRunner({
required this.targetPath,
this.dartFiles,
this.tier,
this.messageSink,
this.applyExclusionsToFileList = true,
});