tabId property
int
get
tabId
The ID of the tab for this context, or -1 if this context is not hosted in a tab.
Implementation
int get tabId => _wrapped.tabId;
set
tabId
(int v)
Implementation
set tabId(int v) {
_wrapped.tabId = v;
}