destination property

Implementation

NavigationHistoryEntry get destination =>
    js_util.getProperty(this, 'destination');
void destination=(NavigationHistoryEntry newValue)

Implementation

set destination(NavigationHistoryEntry newValue) {
  js_util.setProperty(this, 'destination', newValue);
}