menu
nabit_app
model\friends\notification_list_model.dart
NotificationUserData
NotificationUserData constructor
NotificationUserData
dark_mode
light_mode
NotificationUserData
constructor
NotificationUserData
(
{
int
?
id
,
String
?
type
,
String
?
subject
,
String
?
message
,
String
?
notificationType
}
)
Implementation
NotificationUserData({ this.id, this.type, this.subject, this.message, this.notificationType, });
nabit_app
notification_list_model
NotificationUserData
NotificationUserData constructor
NotificationUserData class