history property
NavigationHistoryBehavior
get
history
Implementation
NavigationHistoryBehavior get history =>
NavigationHistoryBehavior.fromValue(js_util.getProperty(this, 'history'));
set
history
(NavigationHistoryBehavior newValue)
Implementation
set history(NavigationHistoryBehavior newValue) {
js_util.setProperty(this, 'history', newValue.value);
}