Hi,
I tried:
class Foo: dynamic {
val fooName = “abc”
}
It didn’t like it. Is there any way to use a type like that – that has some properties with static types, but with anything else it’s like dynamic
? This for Javascript backend.
thanks,
Rob