tabId property

int tabId

The ID of the tab in which the request takes place. Set to -1 if the request isn't related to a tab.

Implementation

int get tabId => _wrapped.tabId;
void tabId=(int v)

Implementation

set tabId(int v) {
  _wrapped.tabId = v;
}