loop property

bool loop

Implementation

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

Implementation

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