root property

Uri root

The location of the root of the package.

Is always an absolute URI with no query or fragment parts, and with a path ending in /.

All files in the rootUri directory are considered part of the package for purposes where that that matters.

Implementation

Uri get root;