GetUserAttributeVerificationCodeResponse constructor

GetUserAttributeVerificationCodeResponse({
  1. CodeDeliveryDetailsType? codeDeliveryDetails,
})

Implementation

GetUserAttributeVerificationCodeResponse({
  this.codeDeliveryDetails,
});