LintIssue constructor
const
LintIssue({})
Implementation
const LintIssue({
required this.offset,
required this.length,
required this.line,
required this.column,
required this.ruleName,
required this.message,
required this.correctionMessage,
required this.severity,
});