NotificationItem constructor
NotificationItem({})
Implementation
NotificationItem({
required this.androidClick,
required this.apnsClick,
required this.header,
required this.subheader,
required this.body,
required this.category,
required this.urlPath,
required this.notificationId,
required this.isUserRead,
required this.createdDate,
});