Function LineEdit.secret

If true, every character is replaced with the secret character (see secretCharacter).

bool secret() nothrow @property @nogc;

void secret (
  bool v
) nothrow @property @nogc;