LintIssue constructor
const
LintIssue({})
Implementation
const LintIssue({
required this.file,
required this.line,
required this.rule,
required this.description,
required this.suggestion,
required this.severity,
this.offendingCode,
});