UpdateNotificationGroup constructor
UpdateNotificationGroup({
- required int notificationGroupId,
- NotificationGroupType? type,
- required int chatId,
- required int notificationSettingsChatId,
- required int notificationSoundId,
- required int totalCount,
- required List<
Notification> addedNotifications, - required List<
int> removedNotificationIds,
Implementation
UpdateNotificationGroup({
required this.notificationGroupId,
this.type,
required this.chatId,
required this.notificationSettingsChatId,
required this.notificationSoundId,
required this.totalCount,
required this.addedNotifications,
required this.removedNotificationIds,
});