hasPreferredState property

bool hasPreferredState

Implementation

bool get hasPreferredState => js_util.getProperty(this, 'hasPreferredState');
void hasPreferredState=(bool newValue)

Implementation

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