testSources property

FileCollection? testSources
final

Test source locations. Must be relative to rootDir. By default, only Dart files in the test and example directories are included.

Implementation

final FileCollection? testSources;