isCanceled property

bool get isCanceled

whether has canceled

Implementation

bool get isCanceled {
  return _cancelError != null;
}