isSensitive property
bool
get
isSensitive
Whether this reactive object contains sensitive data.
If true, the value will be obfuscated in monitor events and logs.
Implementation
bool get isSensitive;
set
isSensitive
(bool value)
Implementation
set isSensitive(bool value);