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
};