hasPassword property

bool get hasPassword

Checks whether the email account has a password set.

Implementation

bool get hasPassword => passwordHash.isNotEmpty;