packageRoot property

Uri packageRoot

The root of the package the native assets are built for.

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

Implementation

Uri get packageRoot;