VerifyOtpRequest constructor

VerifyOtpRequest({
  1. String accountName = '',
  2. String countryCode = '',
  3. String phoneNumber = '',
  4. String verificationId = '',
  5. String otp = '',
})

Implementation

VerifyOtpRequest(
    {String accountName = '',
    String countryCode = '',
    String phoneNumber = '',
    String verificationId = '',
    String otp = ''});