maskRepeat property

String maskRepeat

Implementation

_i2.String get maskRepeat => _i4.getProperty(
      this,
      'maskRepeat',
    );
void maskRepeat=(String value)

Implementation

set maskRepeat(_i2.String value) {
  _i4.setProperty(
    this,
    'maskRepeat',
    value,
  );
}