tabId property

int? get tabId

Implementation

int? get tabId => _$this._tabId;
set tabId (int? tabId)

Implementation

set tabId(int? tabId) => _$this._tabId = tabId;