windowId property

int? get windowId

The window of the new group. Defaults to the current window.

Implementation

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

Implementation

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