isFailed property

bool get isFailed

Whether the notification delivery failed.

Implementation

bool get isFailed => status == DeliveryStatus.failed;