NUIPushInboxMessage constructor
NUIPushInboxMessage({})
Implementation
NUIPushInboxMessage({
required this.notificationId,
required this.notificationDesc,
required this.notificationTitle,
this.notificationType,
this.image,
required this.notificationDateTime,
required this.isRead,
this.itemId});