copyWith method

Implementation

BodyVerifyPVCVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost copyWith(
    {String? recording}) {
  return BodyVerifyPVCVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost(
      recording: recording ?? this.recording);
}