isCancelled property

bool get isCancelled

Whether the request has been successfully cancelled.

Implementation

bool get isCancelled => _state == CancelState.done;