GenerateGeodatabaseParameters constructor
Create a parameters object for use with the generate method on the geodatabase sync task.
Implementation
factory GenerateGeodatabaseParameters() {
_initializeArcGISEnvironmentIfNeeded();
final handle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_GenerateGeodatabaseParameters_create(errorHandler);
});
return GenerateGeodatabaseParameters._instanceCache.instanceWith(handle);
}