tabId property

int get tabId

The tab for which to update the action count.

Implementation

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

Implementation

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