filesToAnalyze property

List<String> filesToAnalyze

A list of glob patterns matching the files that run cares about.

This can include Dart files, Yaml files, ...

Implementation

List<String> get filesToAnalyze;