wasDismissed property

bool get wasDismissed

Whether the notification was dismissed by the user.

Implementation

bool get wasDismissed => dismissedAt != null;