registry property

LintRuleNodeRegistry registry
final

An object used to listen to the analysis of a Dart file.

Using registry, we can add listeners to specific AstNodes. The listeners will be executed after the run function has ended.

Implementation

final LintRuleNodeRegistry registry;