copyWith method

Implementation

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