lintRules property

List<LintRule> get lintRules

A list of the lint rules that are to be run in an analysis context if lint is true.

Implementation

// ignore: analyzer_public_api_bad_type
List<LintRule> get lintRules;