TextDiagnosticRange constructor
const
TextDiagnosticRange({})
Implementation
const TextDiagnosticRange({
required this.startOffset,
required this.endOffset,
required this.severity,
this.code,
this.message,
this.source,
});