NotificationRequest constructor

NotificationRequest({
  1. required Notification notificationRequest,
})

Implementation

NotificationRequest({
  required this.notificationRequest,
});