allowOthersToDelete property

bool allowOthersToDelete

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

False if an error occurs.

Implementation

bool get allowOthersToDelete {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EditorTrackingInfo_getAllowOthersToDelete(
        _handle, errorHandler);
  });
}