<@U0F8Y5E5A>: strange, btw for your purpose I got ...
# announcements
p
@mg6maciej: strange, btw for your purpose I got used to use a custom getter accessor (with
get()
) as its probably the safest approach in data classes as
val
might accidentally become mutable
var
and it leads to bugs.