packageUri property

Uri packageUri
final

The base URI used when resolving package: imports for this package.

For example, a package with:

"packageUri": "lib/"

means that package:foo/foo.dart maps to the folder: <rootUri>/lib/.

Implementation

final Uri packageUri;