windowId property

int? windowId

Defaults to the window the tab is currently in.

Implementation

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

Implementation

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