tab property
Tab?
get
tab
The tabs.Tab, if this entry describes a tab. Either this or sessions.Session.window will be set.
Implementation
Tab? get tab => _wrapped.tab?.let(Tab.fromJS);
set
tab
(Tab? v)
Implementation
set tab(Tab? v) {
_wrapped.tab = v?.toJS;
}