$FDXNotificationTypeMap top-level constant

Map<FDXNotificationType, String> const $FDXNotificationTypeMap

Implementation

const $FDXNotificationTypeMap = {
  FDXNotificationType.consentRevoked: 'CONSENT_REVOKED',
  FDXNotificationType.consentUpdated: 'CONSENT_UPDATED',
  FDXNotificationType.custom: 'CUSTOM',
  FDXNotificationType.service: 'SERVICE',
  FDXNotificationType.balance: 'BALANCE',
  FDXNotificationType.plannedOutage: 'PLANNED_OUTAGE'
};