completedWithErrors property

bool completedWithErrors

True if the attempt to edit resulted in any errors.

Implementation

bool get completedWithErrors {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EditResult_getCompletedWithErrors(
        _handle, errorHandler);
  });
}