OnClosedEvent constructor

OnClosedEvent({
  1. required String notificationId,
  2. required bool byUser,
})

Implementation

OnClosedEvent({
  required this.notificationId,
  required this.byUser,
});