autoUnmask property
bool?
get
autoUnmask
Automatically unmask the value when retrieved.
When setting this option to true the plugin also expects the initial value from the server to be unmasked.
@default false
Implementation
_i2.bool? get autoUnmask => _i4.getProperty(
this,
'autoUnmask',
);
set
autoUnmask
(bool? value)
Implementation
set autoUnmask(_i2.bool? value) {
_i4.setProperty(
this,
'autoUnmask',
value ?? _i6.undefined,
);
}