isCanceled property

bool isCanceled

Returns if canceled or not

Implementation

bool get isCanceled => dioError == DioErrorType.cancel;