includedPaths property

Iterable<String> includedPaths

A collection of the absolute, normalized paths of files within the root directory that should be analyzed. If all of the files in the root directory (other than those that are explicitly excluded) should be analyzed, then this collection will contain the path of the root directory.

Implementation

Iterable<String> get includedPaths;