Kasper Lund has been making good use of the new named optional parameters syntax, a new Dart M1 language feature. He writes to the mailing list: Over the last few days, I've changed the constructors for Duration, RegExp, and Uri.fromComponents to insist on getting their optional parameters passed by name. This is possible using the new named optional parameter syntax where the formal parameter…