uri property

Uri uri
latefinal

If path starts with lib/, the URI starting package: that refers to this asset.

If not, the URI asset:$package/$path.

Implementation

late final Uri uri = _constructUri(this);