tabId property
int?
get
tabId
Location where search results should be displayed.
tabId
cannot be used with disposition
.
Implementation
int? get tabId => _wrapped.tabId;
set
tabId
(int? v)
Implementation
set tabId(int? v) {
_wrapped.tabId = v;
}