NiceNotification constructor
const
NiceNotification({})
Implementation
const NiceNotification({
required this.id,
required this.title,
this.body,
this.type = NiceNotificationType.info,
this.icon,
required this.timestamp,
this.isRead = false,
this.actionUrl,
this.data,
});