Are you just looking for named parameters? ``` val...
# announcements
d
Are you just looking for named parameters?
Copy code
val customer = CustomerInfo(
   param1 = xxx,
   param2 = yyy
)
m
omg, tnx) yes, it will work for me)