menu
genai_components package
documentation
core_models/notification.model.dart
NotificationItem
NotificationItem.new constructor
NotificationItem.new constructor
dark_mode
light_mode
NotificationItem
constructor
NotificationItem
(
{
String
?
title
,
String
?
body
,
bool
isRead
=
false
,
DateTime
?
date
,
})
Implementation
NotificationItem({this.title,this.body,this.isRead=false,this.date});
genai_components package
documentation
core_models/notification.model
NotificationItem
NotificationItem.new constructor
NotificationItem class