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