repeat property

bool repeat

Implementation

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

Implementation

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