wasDismissed property
bool
get
wasDismissed
Whether the notification was dismissed by the user.
Implementation
bool get wasDismissed => dismissedAt != null;
Whether the notification was dismissed by the user.
bool get wasDismissed => dismissedAt != null;