windowId property

int? get windowId

The window that contains the tabs.

Implementation

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

Implementation

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