User constructor

User(
  1. String _user,
  2. String _password
)

Implementation

User(this._user, this._password);