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