DitoNotificationInfo constructor
const
DitoNotificationInfo({})
Implementation
const DitoNotificationInfo({
required this.id,
required this.notificationId,
required this.reference,
required this.title,
required this.message,
required this.link,
required this.receivedAt,
required this.isRead,
});