isCanceled property

bool isCanceled

Indicates whether a task is canceled.

Implementation

bool get isCanceled => _state == _AGCStorageTaskState.canceled;