copyWithWrapped method
Implementation
BodyRunPVCTrainingV1VoicesPvcVoiceIdTrainPost copyWithWrapped(
{Wrapped<dynamic>? modelId}) {
return BodyRunPVCTrainingV1VoicesPvcVoiceIdTrainPost(
modelId: (modelId != null ? modelId.value : this.modelId));
}