once property

bool once

Implementation

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

Implementation

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