wasOpened property
bool
get
wasOpened
Whether the notification was opened by the user.
Implementation
bool get wasOpened => openedAt != null;
Whether the notification was opened by the user.
bool get wasOpened => openedAt != null;