loopStart property

num? get loopStart

Implementation

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

Implementation

set loopStart(_i2.num? value) {
  _i4.setProperty(
    this,
    'loopStart',
    value ?? _i6.undefined,
  );
}