menu
notification_service package
documentation
model/notification_update.dart
NotificationUpdateModel
NotificationUpdateModel.new constructor
NotificationUpdateModel.new constructor
dark_mode
light_mode
NotificationUpdateModel
constructor
NotificationUpdateModel
(
{
required
String
notificationId
,
required
String
notificationStatus
,
})
Implementation
NotificationUpdateModel({ required this.notificationId, required this.notificationStatus });
notification_service package
documentation
model/notification_update
NotificationUpdateModel
NotificationUpdateModel.new constructor
NotificationUpdateModel class