isCanceled property

bool isCanceled

whether has canceled

Implementation

bool get isCanceled {
  return _cancelError != null;
}