isPending property

bool get isPending

Whether the notification is still pending delivery.

Implementation

bool get isPending => status == DeliveryStatus.pending;