EmailUser constructor

EmailUser(
  1. String email,
  2. String verifyCode,
  3. String password
)

Implementation

EmailUser(this.email, this.verifyCode, this.password);