getemptymask property
String Function()
get
getemptymask
Implementation
_i2.String Function() get getemptymask => () => _i4.callMethod(
_i4.getProperty(
this,
'getemptymask',
),
r'call',
[this],
);
set
getemptymask
(String value())
Implementation
set getemptymask(_i2.String Function() value) {
_i4.setProperty(
this,
'getemptymask',
_i4.allowInterop(value),
);
}