replacedTabId property

int get replacedTabId

The ID of the tab that was replaced.

Implementation

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

Implementation

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