loop property

int loop

Implementation

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

Implementation

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