LinterRule constructor
const
LinterRule(
- LinterType type,
- String title
Constructs a new linter rule.
Implementation
const LinterRule(this.type, this.title);
Constructs a new linter rule.
const LinterRule(this.type, this.title);