maskChar property

String maskChar
final

Character used by rich prompts to mask input.

Line-mode fallback input does not render masks, but keeping this field in the config allows callers to map richer field configs without losing intent.

Implementation

final String maskChar;