ProxyTInitOtpBody constructor

const ProxyTInitOtpBody({
  1. required String otpType,
  2. required String contact,
})

Implementation

const ProxyTInitOtpBody({
  required  this.otpType,
  required  this.contact,
});