LinterRule constructor

const LinterRule(
  1. LinterType type,
  2. String title
)

Constructs a new linter rule.

Implementation

const LinterRule(this.type, this.title);