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