NIMTeamMessageNotifyTypeEnumEnumMap top-level constant

Map<NIMTeamMessageNotifyTypeEnum, String> const NIMTeamMessageNotifyTypeEnumEnumMap

Implementation

const NIMTeamMessageNotifyTypeEnumEnumMap = {
  NIMTeamMessageNotifyTypeEnum.all: 'all',
  NIMTeamMessageNotifyTypeEnum.manager: 'manager',
  NIMTeamMessageNotifyTypeEnum.mute: 'mute',
};