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