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