NotificationSet constructor
NotificationSet({
- List<
Notification> ? notification, - String? notificationSetId,
Implementation
NotificationSet({
this.notification,
this.notificationSetId,
});