Closed as not planned
Closed as not planned
Description
This issue is to provide a forum for community discussion and feedback related to the proposal to allow named optional parameters and positional optional parameters to appear simultaneously in a parameter list.
That is, a method declaration with both types of optional parameters can be written, perhaps like:
Future<Isolate> spawn(Uri target, [List<String> args, Object param], {bool paused});
This entry will be updated when a proposal is available.