AppNotification constructor
AppNotification({})
Implementation
AppNotification({
required this.id,
required this.title,
required this.body,
this.imageUrl,
DateTime? createdAt,
this.isRead = false,
}) : createdAt = createdAt ?? DateTime.now();