password property

String? password
final

Password should not be stored in the database. Authentication will handle login logout for us. So just use this variable to get data from user and pass it to authentication.

Implementation

final String? password;