EvaluationDiagnostic.error constructor
EvaluationDiagnostic.error(
- String message
Creates an error diagnostic.
Implementation
factory EvaluationDiagnostic.error(String message) =>
EvaluationDiagnostic(EvaluationDiagnosticSeverity.error, message);