$FDXNotificationSeverityMap top-level constant

Map<FDXNotificationSeverity, String> const $FDXNotificationSeverityMap

Implementation

const $FDXNotificationSeverityMap = {
  FDXNotificationSeverity.emergency: 'EMERGENCY',
  FDXNotificationSeverity.alert: 'ALERT',
  FDXNotificationSeverity.warning: 'WARNING',
  FDXNotificationSeverity.notice: 'NOTICE',
  FDXNotificationSeverity.info: 'INFO'
};