ProxyTInitOtpV2Response constructor

const ProxyTInitOtpV2Response({
  1. required String otpId,
  2. required String otpEncryptionTargetBundle,
})

Implementation

const ProxyTInitOtpV2Response({
  required this.otpId,
  required this.otpEncryptionTargetBundle,
});