hasMaskedValue property

bool Function() get hasMaskedValue

Implementation

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

Implementation

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