maskType property

String maskType

Implementation

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

Implementation

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