navigationType property

NavigationType get navigationType

Implementation

NavigationType get navigationType =>
    NavigationType.fromValue(js_util.getProperty(this, 'navigationType'));
set navigationType (NavigationType newValue)

Implementation

set navigationType(NavigationType newValue) {
  js_util.setProperty(this, 'navigationType', newValue.value);
}