allowOthersToUpdate property

bool allowOthersToUpdate

True if users other than the owner are allowed to update, false otherwise.

False if an error occurs.

Implementation

bool get allowOthersToUpdate {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EditorTrackingInfo_getAllowOthersToUpdate(
        _handle, errorHandler);
  });
}