Comment on Dart 1.24: Faster edit-refresh cycle on the web and new function type syntaxparentComments−floitsch9yFor example:- better type promotion (`if (x is! A) throw "not A"; useAsA(x);`.- Optional new/const.- Allowing named arguments at any position at the call site.These are all easier to specify and implement, and reach more users.
Comments
For example:
- better type promotion (`if (x is! A) throw "not A"; useAsA(x);`.
- Optional new/const.
- Allowing named arguments at any position at the call site.
These are all easier to specify and implement, and reach more users.