isCanceled property

bool get isCanceled

Indicator whether the upload was canceled.

Implementation

bool get isCanceled => cancelToken.isCancelled;