repeat property

bool? repeat

Implementation

_i2.bool? get repeat => _i4.getProperty(
      this,
      'repeat',
    );
void repeat=(bool? value)

Implementation

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