geodatabaseUri property
The file path to the Geodatabase that is used to sync changes, including the file name and extension.
The path refers to a .geodatabase file that is used to sync changes to the service specified by GeodatabaseDeltaInfo.featureServiceUri. Each sync process can create an "upload" delta file (GeodatabaseDeltaInfo.uploadDeltaUri) and/or a "download" delta file (GeodatabaseDeltaInfo.downloadDeltaUri).
Implementation
Uri get geodatabaseUri => _geodatabaseUri.value;