`oldItem.copy(name = oldItem.name + "something")` ...
# announcements
m
oldItem.copy(name = oldItem.name + "something")
If I understand correctly this statement copies another properties as they are? Or it creates a copy only with defined name and other properties will be
null
?