tabId property
int?
get
tabId
The ID of the tab to query state for. If no tab is specified, the non-tab-specific state is returned.
Implementation
int? get tabId => _wrapped.tabId;
set
tabId
(int? v)
Implementation
set tabId(int? v) {
_wrapped.tabId = v;
}