copyWith method
Implementation
BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost copyWith(
{String? newName}) {
return BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost(
newName: newName ?? this.newName);
}
BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost copyWith(
{String? newName}) {
return BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost(
newName: newName ?? this.newName);
}