ScanDiagnostic constructor
const
ScanDiagnostic({})
Implementation
const ScanDiagnostic({
required this.ruleName,
required this.filePath,
required this.line,
required this.column,
required this.offset,
required this.length,
required this.severity,
required this.problemMessage,
this.correctionMessage,
});