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