isCancelled property
bool
get
isCancelled
Whether the token is cancelled.
Implementation
bool get isCancelled => _cancelError != null;
Whether the token is cancelled.
bool get isCancelled => _cancelError != null;