repeat property
bool
get
repeat
Implementation
bool get repeat => js_util.getProperty(this, 'repeat');
set
repeat
(bool newValue)
Implementation
set repeat(bool newValue) {
js_util.setProperty(this, 'repeat', newValue);
}