NotificationsItems constructor
NotificationsItems({})
Implementation
NotificationsItems({
String? notificationId,
String? idRedirect,
String? contentType,
String? title,
String? message,
String? image,
String? deviceType,
CreatedAtDateTime? createdAtDateTime,}){
_notificationId = notificationId;
_idRedirect = idRedirect;
_contentType = contentType;
_title = title;
_message = message;
_image = image;
_deviceType = deviceType;
_createdAtDateTime = createdAtDateTime;
}