isPassword property

bool get isPassword

Whether the field is a password field.

Implementation

bool get isPassword => hasFieldFlag(flagPassword);
set isPassword (bool v)

Implementation

set isPassword(bool v) => setFieldFlag(flagPassword, v);