Notification constructor
const
Notification({
- required int id,
- required int date,
- required bool isSilent,
- required NotificationType type,
Contains information about a notification
Implementation
const Notification({
required this.id,
required this.date,
required this.isSilent,
required this.type,
});