tabId property

int get tabId

The id of the tab whose status changed.

Implementation

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

Implementation

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