tabId property
int
get
tabId
The id of the tab for which you want to modify the page action.
Implementation
int get tabId => _wrapped.tabId;
set
tabId
(int v)
Implementation
set tabId(int v) {
_wrapped.tabId = v;
}