VerifyOTPResponse constructor

VerifyOTPResponse(
  1. String? status,
  2. String? mobile
)

Implementation

VerifyOTPResponse(this.status, this.mobile);