maskingCharacter property
Character to use to mask the sensitive values—for example, *
for an
alphabetic string such as a name, or 0
for a numeric string such as ZIP
code or credit card number.
This string must have a length of 1. If not supplied, this value defaults
to *
for strings, and 0
for digits.
Implementation
core.String? maskingCharacter;