openerTabId property
int?
get
openerTabId
The ID of the tab that opened this tab, if any. This property is only present if the opener tab still exists.
Implementation
int? get openerTabId => _wrapped.openerTabId;
set
openerTabId
(int? v)
Implementation
set openerTabId(int? v) {
_wrapped.openerTabId = v;
}