supportsBranchVersioning property
Whether the service supports branch versioning.
Implementation
bool get supportsBranchVersioning {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ServiceGeodatabase_getSupportsBranchVersioning(
_handle,
errorHandler,
);
});
}