isCancelled property

bool isCancelled
inherited

Whether the token is cancelled.

Implementation

bool get isCancelled => _cancelError != null;