packageRoot property

Uri get packageRoot

The root of the package the assets are built for.

Often a package's assets are built because a package is a dependency of another. For this it is convenient to know the packageRoot.

Implementation

Uri get packageRoot => _syntax.packageRoot;