severityMap top-level constant
String identifiers mapped to associated severities.
Implementation
const Map<String, ErrorSeverity> severityMap = {
'error': ErrorSeverity.ERROR,
'info': ErrorSeverity.INFO,
'warning': ErrorSeverity.WARNING
};
String identifiers mapped to associated severities.
const Map<String, ErrorSeverity> severityMap = {
'error': ErrorSeverity.ERROR,
'info': ErrorSeverity.INFO,
'warning': ErrorSeverity.WARNING
};