fileGlobsToAnalyze property

  1. @override
List<String> fileGlobsToAnalyze
override

Return a list of glob patterns selecting the files that this plugin is interested in analyzing.

Implementation

@override
List<String> get fileGlobsToAnalyze => <String>['**/*.dart'];