isFailed property
bool
get
isFailed
Whether the notification delivery failed.
Implementation
bool get isFailed => status == DeliveryStatus.failed;
Whether the notification delivery failed.
bool get isFailed => status == DeliveryStatus.failed;