NotificationSchemeEvent constructor

NotificationSchemeEvent({
  1. NotificationEvent? event,
  2. List<EventNotification>? notifications,
})

Implementation

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