blob: 687818157e0cf4721697ff0aeae5d20e3a9d711a [file] [log] [blame]
>>>
bool doStuff(String firstArgX, {String secondArg, String arg3foo, Map<String,
String> anotherArg, bool yetAnotherArg: false, bool tooManyArgs: true}) {}
<<<
bool doStuff(String firstArgX,
{String secondArg,
String arg3foo,
Map<String, String> anotherArg,
bool yetAnotherArg: false,
bool tooManyArgs: true}) {}