NotificationDTO constructor
NotificationDTO({})
Implementation
NotificationDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.title,
this.description,
this.photoUrl,
this.oneSignalId,
this.user,
this.products,
this.categories,
this.campaigns,
});