UpdateNotification constructor
UpdateNotification({
- required int notificationGroupId,
- Notification? notification,
Implementation
UpdateNotification({required this.notificationGroupId, this.notification});