defaultVersionName property
The name of the default version.
Implementation
String get defaultVersionName {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ServiceGeodatabase_getDefaultVersionName(
_handle,
errorHandler,
);
});
return stringHandle.toDartString();
}