entries property
All files and folders to be included inside the analysis.
It means: all those files and the ones inside those folders can be an entry point for analysis. (At least they are dart files). Files not inside the entries might also be included in the analysis if they are imported by one of the entries, directly or indirectly.
It's strongly recommended to use absolute
and normalize
d paths.
Implementation
final Iterable<FileSystemEntity> entries;