ProxyTInitOtpV2Body constructor

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

Implementation

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