NotificationSchemeEventDetails constructor
NotificationSchemeEventDetails({
- required NotificationSchemeEventTypeId event,
- required List<
NotificationSchemeNotificationDetails> notifications,
Implementation
NotificationSchemeEventDetails(
{required this.event, required this.notifications});