uri property

Uri get uri

The associated uri for this workspace folder.

Note: The {@link Uri}-type was intentionally chosen such that future releases of the editor can support workspace folders that are not stored on the local disk, e.g. ftp://server/workspaces/foo.

Implementation

_i3.Uri get uri => _i5.getProperty(
      this,
      'uri',
    );