NotificationSchemeEvent constructor
NotificationSchemeEvent({
- NotificationEvent? event,
- List<
EventNotification> ? notifications,
Implementation
NotificationSchemeEvent({this.event, List<EventNotification>? notifications})
: notifications = notifications ?? [];