buildSources property
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;
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.
final FileCollection? buildSources;