sourceTabId property
int
get
sourceTabId
The ID of the tab in which the navigation is triggered.
Implementation
int get sourceTabId => _wrapped.sourceTabId;
set
sourceTabId
(int v)
Implementation
set sourceTabId(int v) {
_wrapped.sourceTabId = v;
}