unmaskedvalue property

String Function() unmaskedvalue

Implementation

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

Implementation

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