Is there any way to create named fields of a class...
# getting-started
v
Is there any way to create named fields of a class dynamically run-time?
m
As far as i know i don't think there is any such thing
l
kotlin is statically typed language, so it have not this feature
1
k
You need a
Map
.
1
v
Thanks, I thought of such a variant as of last resort