SourceImpl constructor
const
SourceImpl(})
The base class for where a brick is sourced from
Implementation
const SourceImpl(
super.path, {
required super.targetDir,
required this.excludePaths,
required this.fileConfigs,
});