Y
Hacker News
new
|
ask
|
show
|
jobs
by
Alifatisk
193 days ago
There is sadly no equivalent to {foo: 1} in Dart. This difference stems from Darts class based object model while JSs is, as you probably know, prototype based
1 comments
morshu9001
192 days ago
That's my issue with this, I like the prototype system. It's very convenient for this kind of use case.
link