SubscribedNotification constructor
SubscribedNotification({})
Returns a new SubscribedNotification instance.
Implementation
SubscribedNotification({
this.id,
required this.user,
required this.notificationType,
this.receivesEmail,
});