masked property

bool masked
final

Whether this field represents masked input in rich prompts.

The fallback stays in line mode, so masked input is still visible while typed. The generated prompt label calls out that caveat.

Implementation

final bool masked;