hasMaskedValue property

bool Function() hasMaskedValue

Implementation

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

Implementation

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