AuthOTPVerification constructor

const AuthOTPVerification(
  1. RequestOTPResponse requestOTPResponse, {
  2. required ContactNumber number,
})

Implementation

const AuthOTPVerification(this.requestOTPResponse, {required this.number});