navigationType property

NavigationType navigationType

Implementation

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

Implementation

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