dart editor does not show optional parameter in function signatures #2192
Labels
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by mattsh@google.com
If you type something like:
String s;
s.substring(
you'll see dart editor display the "startIndex" parameter, but it does not show the "endIndex" parameter.
The text was updated successfully, but these errors were encountered: