menu
flenx package
documentation
shell/models/app_notification.dart
AppNotification
AppNotification.new const constructor
AppNotification.new const constructor
dark_mode
light_mode
AppNotification
constructor
const
AppNotification
(
{
required
String
title
,
required
String
message
,
bool
read
=
false
,
})
Implementation
const AppNotification({ required this.title, required this.message, this.read = false, });
flenx package
documentation
shell/models/app_notification
AppNotification
AppNotification.new const constructor
AppNotification class