TextPositionDiagnosticRange constructor
const
TextPositionDiagnosticRange({})
Implementation
const TextPositionDiagnosticRange({
required this.startLine,
required this.startColumn,
required this.endLine,
required this.endColumn,
required this.severity,
this.code,
this.message,
this.source,
});