getemptymask property

String Function() getemptymask

Implementation

_i2.String Function() get getemptymask => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getemptymask',
      ),
      r'call',
      [this],
    );
void getemptymask=(String value())

Implementation

set getemptymask(_i2.String Function() value) {
  _i4.setProperty(
    this,
    'getemptymask',
    _i4.allowInterop(value),
  );
}