menu
notification_manager package
documentation
features/notifications/domain/entities/notification_entity.dart
NotificationEntity
isDelivered property
isDelivered property
dark_mode
light_mode
isDelivered
property
bool
isDelivered
final
Whether the notification has been delivered.
Implementation
final bool isDelivered;
notification_manager package
documentation
features/notifications/domain/entities/notification_entity
NotificationEntity
isDelivered property
NotificationEntity class