UpdateNotification constructor

UpdateNotification({
  1. required int notificationGroupId,
  2. Notification? notification,
})

Implementation

UpdateNotification({required this.notificationGroupId, this.notification});