windowId property

int windowId

The ID of the window that contains the tab.

Implementation

int get windowId => _wrapped.windowId;
void windowId=(int v)

Implementation

set windowId(int v) {
  _wrapped.windowId = v;
}