focusReset property

Implementation

NavigationFocusReset get focusReset =>
    NavigationFocusReset.fromValue(js_util.getProperty(this, 'focusReset'));
void focusReset=(NavigationFocusReset newValue)

Implementation

set focusReset(NavigationFocusReset newValue) {
  js_util.setProperty(this, 'focusReset', newValue.value);
}