buildSources property

FileCollection? buildSources
final

Build source locations. Must be relative to rootDir. By default, only Dart files in the dartle-src directory and the dartle.dart file itself are included.

Implementation

final FileCollection? buildSources;