lastFocusedWindow property
bool?
get
lastFocusedWindow
Whether the tabs are in the last focused window.
Implementation
bool? get lastFocusedWindow => _wrapped.lastFocusedWindow;
set
lastFocusedWindow
(bool? v)
Implementation
set lastFocusedWindow(bool? v) {
_wrapped.lastFocusedWindow = v;
}