mask property

String mask

Implementation

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

Implementation

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