NiceNotification constructor
Implementation
const NiceNotification({
required this.id,
required this.title,
this.message,
this.icon,
this.timestamp,
this.read = false,
this.color,
});
const NiceNotification({
required this.id,
required this.title,
this.message,
this.icon,
this.timestamp,
this.read = false,
this.color,
});