Diagnostic constructor
const
Diagnostic({})
Implementation
const Diagnostic({
required this.range,
required this.message,
this.severity = DiagnosticSeverity.error,
this.source = 'apollovm',
this.code,
});
const Diagnostic({
required this.range,
required this.message,
this.severity = DiagnosticSeverity.error,
this.source = 'apollovm',
this.code,
});