uri property
Uri
get
uri
The associated uri for this notebook.
Note that most notebooks use the file
-scheme, which means they are files on disk. However, not all notebooks 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',
);