ApiCodeDiagnostic constructor
const
ApiCodeDiagnostic({})
Creates a diagnostic at a 1-based line and column.
Implementation
const ApiCodeDiagnostic({
required this.severity,
required this.message,
required this.line,
required this.column,
this.length,
this.code,
});