menu
dutato
domain/entities/org_notification.dart
OrgNotification
isRead property
isRead
dark_mode
light_mode
description
isRead
property
bool
get
isRead
Implementation
bool get isRead => readAt != null;
dutato
org_notification
OrgNotification
isRead property
OrgNotification class