packageUriRoot property

Uri packageUriRoot

The root of the files available through package: URIs.

A package: URI with name as the package name is resolved relative to this location.

Is always an absolute URI with no query or fragment part with a path ending in /, and with a location which is a subdirectory of the root, or the same as the root.

Implementation

Uri get packageUriRoot;