copyWithWrapped method

Implementation

BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost
    copyWithWrapped(
        {Wrapped<List<String>>? files, Wrapped<dynamic>? extraText}) {
  return BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost(
      files: (files != null ? files.value : this.files),
      extraText: (extraText != null ? extraText.value : this.extraText));
}