NotificationCustomActionsMap top-level constant

Map<NotificationCustomActions, int> const NotificationCustomActionsMap

Implementation

const NotificationCustomActionsMap = {
  NotificationCustomActions.DISABLED: 0,
  NotificationCustomActions.ONE: 1,
  NotificationCustomActions.TWO: 2,
};