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.
@override Uri get uri => throw UnimplementedError();