loopStart property

double get loopStart

Implementation

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

Implementation

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