uri property

  1. @override
Uri get uri
override

The complete URI that points to this asset.

This URI can be used to directly access the asset in the file system.

Implementation

@override
Uri get uri => file.uri;