isCancelled property

  1. @override
bool isCancelled
override

Whether or not any of the merged tokens have been cancelled.

Implementation

@override
bool get isCancelled {
  _updateCancellationStatus();
  return _cancelledException != null;
}