UserNotification constructor
UserNotification({})
Returns a new UserNotification instance.
Implementation
UserNotification({
this.id,
required this.subject,
this.type,
required this.body,
this.isRead,
this.created,
this.eventAlias,
});