uri 属性

Uri uri

表示文件系统实体位置的 Uri

如果实体的 path 是绝对路径,则返回的 URI 的方案始终为 "file",否则方案将为空,URI 相对。

实现

Uri get uri => new Uri.file(path);