windowId property
int?
get
windowId
The window to restrict the search to. If omitted, returns all views.
Implementation
int? get windowId => _wrapped.windowId;
set
windowId
(int? v)
Implementation
set windowId(int? v) {
_wrapped.windowId = v;
}