NotificationSchemeEventDetails constructor

NotificationSchemeEventDetails({
  1. required NotificationSchemeEventTypeId event,
  2. required List<NotificationSchemeNotificationDetails> notifications,
})

Implementation

NotificationSchemeEventDetails(
    {required this.event, required this.notifications});