NotificationSet constructor

NotificationSet({
  1. List<Notification>? notification,
  2. String? notificationSetId,
})

Implementation

NotificationSet({this.notification, this.notificationSetId});