ProxyTVerifyOtpResponse constructor

const ProxyTVerifyOtpResponse({
  1. required String verificationToken,
})

Implementation

const ProxyTVerifyOtpResponse({
  required  this.verificationToken,
});