ResendConfirmationCodeResponse constructor

ResendConfirmationCodeResponse({
  1. CodeDeliveryDetailsType? codeDeliveryDetails,
})

Implementation

ResendConfirmationCodeResponse({
  this.codeDeliveryDetails,
});