repeat property

dynamic repeat

Mask repeat function. Repeat the mask definition x-times. * ~ forever, otherwise specify an integer

@default 0

Implementation

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

Implementation

set repeat(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'repeat',
    value,
  );
}