ProxyTInitOtpResponse constructor

const ProxyTInitOtpResponse({
  1. required String otpId,
})

Implementation

const ProxyTInitOtpResponse({
  required this.otpId,
});