analyzedFiles abstract method

Iterable<String> analyzedFiles()

Return the absolute, normalized paths of all of the files that are contained in this context. These are all of the files that are included directly or indirectly by one or more of the includedPaths and that are not excluded by any of the excludedPaths.

Note that the list is not filtered based on the file suffix, so non-Dart files can be returned.

Implementation

Iterable<String> analyzedFiles();