isWindowClosing property
bool
get
isWindowClosing
True when the tab was closed because its parent window was closed.
Implementation
bool get isWindowClosing => _wrapped.isWindowClosing;
set
isWindowClosing
(bool v)
Implementation
set isWindowClosing(bool v) {
_wrapped.isWindowClosing = v;
}