Notifications constructor
Notifications({
- ExpiryNotification? expiryNotification,
- UpcomingNotification? upcomingNotification,
Implementation
Notifications({
this.expiryNotification,
this.upcomingNotification,
});