repeat property
bool?
get
repeat
Implementation
_i2.bool? get repeat => _i4.getProperty(
this,
'repeat',
);
set
repeat
(bool? value)
Implementation
set repeat(_i2.bool? value) {
_i4.setProperty(
this,
'repeat',
value ?? _i6.undefined,
);
}