hasPassword property
bool
get
hasPassword
Checks whether the email account has a password set.
Implementation
bool get hasPassword => passwordHash.isNotEmpty;
Checks whether the email account has a password set.
bool get hasPassword => passwordHash.isNotEmpty;