destination property
NavigationHistoryEntry
get
destination
Implementation
NavigationHistoryEntry get destination =>
js_util.getProperty(this, 'destination');
set
destination
(NavigationHistoryEntry newValue)
Implementation
set destination(NavigationHistoryEntry newValue) {
js_util.setProperty(this, 'destination', newValue);
}