loopEnd property

num get loopEnd

Implementation

_i2.num get loopEnd => _i4.getProperty(
      this,
      'loopEnd',
    );
set loopEnd (num value)

Implementation

set loopEnd(_i2.num value) {
  _i4.setProperty(
    this,
    'loopEnd',
    value,
  );
}