loopStart property

double loopStart

Implementation

double get loopStart => js_util.getProperty(this, 'loopStart');
void loopStart=(double newValue)

Implementation

set loopStart(double newValue) {
  js_util.setProperty(this, 'loopStart', newValue);
}