delegatesFocus property

bool get delegatesFocus

Implementation

bool get delegatesFocus => js_util.getProperty(this, 'delegatesFocus');
set delegatesFocus (bool newValue)

Implementation

set delegatesFocus(bool newValue) {
  js_util.setProperty(this, 'delegatesFocus', newValue);
}