fileUri property

Uri? fileUri

The path to the on-disk location containing the ItemResourceCache.

The path can be a directory on-disk that contains the ItemResourceCache. Alternatively, if the ItemResourceCache was loaded from a package file, such as a MobileMapPackage, the path is to the package.

Implementation

Uri? get fileUri => _fileUri.value;