Notifications constructor

Notifications({
  1. ExpiryNotification? expiryNotification,
  2. UpcomingNotification? upcomingNotification,
})

Implementation

Notifications({this.expiryNotification, this.upcomingNotification});