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