windowId property

int windowId

The ID of the window the selected tab changed inside of.

Implementation

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

Implementation

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