tabId property

int? tabId

The id of the tab which you intend to debug.

Implementation

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

Implementation

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