$NotificationTypesMap top-level constant

Map<NotificationTypes, String> const $NotificationTypesMap

Implementation

const $NotificationTypesMap = {
  NotificationTypes.taskassigned: 'TaskAssigned',
  NotificationTypes.taskupdated: 'TaskUpdated',
  NotificationTypes.taskcommentadded: 'TaskCommentAdded',
  NotificationTypes.taskinterestexpressed: 'TaskInterestExpressed',
  NotificationTypes.chatmessagesenttotaskowner: 'ChatMessageSentToTaskOwner',
  NotificationTypes.chatmessagesenttoassignee: 'ChatMessageSentToAssignee'
};