LoginRequest constructor

LoginRequest({
  1. String loginId,
  2. String oneTimePassword,
  3. String password,
  4. String twoFactorTrustId,
})

Implementation

LoginRequest(
    {this.loginId,
    this.oneTimePassword,
    this.password,
    this.twoFactorTrustId});