LinterIssue constructor
const
LinterIssue(
- LinterRule rule,
- Parser parser,
- String description
Constructs a new linter rule.
Implementation
const LinterIssue(this.rule, this.parser, this.description);