Hey guys. Does anyone know is it possible to acces...
# getting-started
c
Hey guys. Does anyone know is it possible to access object property by it's name or KProperty dynamically? Like in JS
Copy code
user["username"]
c
Oh damn, I really missed that
::x.get()
part. Thanks for link.