We currently distinguish between 'null' and 'not passed' arguments by having
method signatures like:
foo(bool arg1, [bool arg2 = UNDEFINED]) { ... }
final UNDEFINED = /* some object */
This doesn't work in checked mode, waiting on the fix to
http://code.google.com/p/dart/issues/detail?id=4180 to show up in
implementations.
Original issue reported on code.google.com by sammcc...@google.com on 3 Aug 2012 at 12:54
Original issue reported on code.google.com by
sammcc...@google.com
on 3 Aug 2012 at 12:54