NotificationInfo constructor
NotificationInfo({})
Implementation
NotificationInfo({
required this.senderName,
required this.imageBytes,
required this.content,
required this.value,
this.onPressed,
});
NotificationInfo({
required this.senderName,
required this.imageBytes,
required this.content,
required this.value,
this.onPressed,
});