uri property
Uri
get
uri
The associated uri for this document.
Note that most documents use the file
-scheme, which means they are files on disk. However, not all documents are
saved on disk and therefore the scheme
must be checked before trying to access the underlying file or siblings on disk.
Implementation
_i3.Uri get uri => _i5.getProperty(
this,
'uri',
);