hasErrors property

bool hasErrors

True if the offline map sync result has synchronization errors available, false otherwise.

Implementation

bool get hasErrors {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_OfflineMapSyncResult_getHasErrors(
      _handle,
      errorHandler,
    );
  });
}