mask property
dynamic
get
mask
The mask to use.
Implementation
_i2.dynamic get mask => _i4.getProperty(
this,
'mask',
);
set
mask
(dynamic value)
Implementation
set mask(_i2.dynamic value) {
_i4.setProperty(
this,
'mask',
value,
);
}