menu
bizdoc package
documentation
models/notifications.dart
NotificationBase
NotificationBase constructor
NotificationBase constructor
dark_mode
light_mode
NotificationBase
constructor
NotificationBase
(
int
id
,
DateTime
time
,
int
?
recipientId
)
Implementation
NotificationBase(this.id, this.time, this.recipientId);
bizdoc package
documentation
models/notifications
NotificationBase
NotificationBase constructor
NotificationBase class