hasErrors property

bool hasErrors

Indicates if the offline map sync result has synchronization errors available.

Implementation

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