isSendCanceledCorruptedOrTimeout property

bool get isSendCanceledCorruptedOrTimeout

Implementation

bool get isSendCanceledCorruptedOrTimeout =>
    this == sendCanceled || this == sendCorrupted || this == sendTimeout;