hasPreferredState property
bool
get
hasPreferredState
Implementation
bool get hasPreferredState => js_util.getProperty(this, 'hasPreferredState');
set
hasPreferredState
(bool newValue)
Implementation
set hasPreferredState(bool newValue) {
js_util.setProperty(this, 'hasPreferredState', newValue);
}