CollectorConfig constructor
const
CollectorConfig({})
Creates a new CollectorConfig instance.
Implementation
const CollectorConfig({
required this.inputRoot,
required this.outputRoot,
required this.excludePaths,
required this.preservePathFrom,
required this.patternsExcludeLine,
required this.patternsStringRegex,
});