isCancelled property

bool isCancelled

Whether the token is cancelled.

Implementation

bool get isCancelled => _cancelError != null;