menu
aegee_leiden_app
screens/inbox/inboxData.dart
InboxNotification
InboxNotification constructor
InboxNotification
dark_mode
light_mode
InboxNotification
constructor
InboxNotification
(
{
required
DateTime
date
,
required
String
title
,
String
?
subtitle
,
String
?
path
,
String
?
id
}
)
Implementation
InboxNotification({ required this.date, required this.title, this.subtitle, this.path, this.id, });
aegee_leiden_app
inboxData
InboxNotification
InboxNotification constructor
InboxNotification class