isPending property
bool
get
isPending
Whether the notification is still pending delivery.
Implementation
bool get isPending => status == DeliveryStatus.pending;
Whether the notification is still pending delivery.
bool get isPending => status == DeliveryStatus.pending;