hasPassword property

bool hasPassword

Returns true if this APICredential has a password.

Implementation

bool get hasPassword => password != null;