lintRules property
List<AbstractAnalysisRule>
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<AbstractAnalysisRule> get lintRules;