source property

  1. @override
Source source
override

the source files for the brick

Implementation

@override
Source get source => SourceImpl(
      sourcePath,
      targetDir: outputDir,
      excludePaths: exclude ?? [],
      fileConfigs: fileConfigs ?? {},
    );