isCancelled property

bool get isCancelled

Whether the token is cancelled.

Implementation

bool get isCancelled => _cancelError != null;