blob: 85d9f5e0a2e18a845c60d3b2fc31980d48385631 [file] [log] [blame] [edit]
>>>
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,
}) {}