VerificationScreenArguments constructor

VerificationScreenArguments(
  1. String? email,
  2. String? phone,
  3. String password,
  4. DateTime expiresAt,
  5. LoginType loginType,
)

Implementation

VerificationScreenArguments(
    this.email, this.phone, this.password, this.expiresAt, this.loginType);