blob: 2d6d283c1841ffe9338197ab4ae56aaccd3b7f17 [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,
}) {}