resourceUri property

Uri get resourceUri

The {@link Uri} of the resource representing this item.

Will be used to derive the {@link TreeItem.label label}, when it is not provided. Will be used to derive the icon from current file icon theme, when {@link TreeItem.iconPath iconPath} has {@link ThemeIcon} value.

Implementation

_i3.Uri get resourceUri => _i5.getProperty(
      this,
      'resourceUri',
    );
set resourceUri (Uri value)

Implementation

set resourceUri(_i3.Uri value) {
  _i5.setProperty(
    this,
    'resourceUri',
    value,
  );
}