LintError constructor

LintError(
  1. String file,
  2. List<String> invalidImport
)

Implementation

LintError(this.file, this.invalidImport);