EmailConfirm constructor

EmailConfirm(
  1. String token,
  2. String password
)

Implementation

EmailConfirm(this.token, this.password);