UserAccount constructor

UserAccount(
  1. {@required String email,
  2. String password}
)

Implementation

UserAccount({@required this.email, this.password});