skipped property

bool skipped

Implementation

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

Implementation

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