LoginCodeResponse constructor

LoginCodeResponse(
  1. String email,
  2. String password
)

Implementation

LoginCodeResponse(
  this.email,
  this.password,
);