getMaskedString method

String getMaskedString(
  1. String text
)

text is the string to be formatted It returns a formatted String.

Implementation

String getMaskedString(String text) =>
    getAdvancedMaskedString(text, -1, '', 0);