copyWithWrapped method
Implementation
VerifyPVCVoiceCaptchaResponseModel copyWithWrapped(
{Wrapped<String>? status}) {
return VerifyPVCVoiceCaptchaResponseModel(
status: (status != null ? status.value : this.status));
}
VerifyPVCVoiceCaptchaResponseModel copyWithWrapped(
{Wrapped<String>? status}) {
return VerifyPVCVoiceCaptchaResponseModel(
status: (status != null ? status.value : this.status));
}