windowId property
int?
get
windowId
The window in which to create the new tab. Defaults to the current window.
Implementation
int? get windowId => _wrapped.windowId;
set
windowId
(int? v)
Implementation
set windowId(int? v) {
_wrapped.windowId = v;
}