uri property

  1. @override
Uri uri
override

A Uri representing the file system entity's location.

The returned URI's scheme is always "file" if the entity's path is absolute, otherwise the scheme will be empty and the URI relative.

Implementation

@override
Uri get uri => delegate.uri;