history property

Implementation

NavigationHistoryBehavior get history =>
    NavigationHistoryBehavior.fromValue(js_util.getProperty(this, 'history'));
void history=(NavigationHistoryBehavior newValue)

Implementation

set history(NavigationHistoryBehavior newValue) {
  js_util.setProperty(this, 'history', newValue.value);
}