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