resetAfter property

bool resetAfter

Implementation

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

Implementation

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