LintError constructor

LintError(
  1. String filePath,
  2. String import
)

Implementation

LintError(this.filePath, this.import);