You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object? extract<T>() instead of Object? Function<T>() extract
So perhaps change the format to one of the following
Always display the new format.
Always display what is in the source code; if they wrote the old school format, support that. There are plenty of cases in the Dart SDK at least that use the old school format, like Future.then.
The text was updated successfully, but these errors were encountered:
kallentu
added
P3
A lower priority bug or feature request
type-ux
A user experience or user interface related issue
type-enhancement
A request for a change that isn't a bug
and removed
type-ux
A user experience or user interface related issue
labels
Feb 22, 2024
Related to this PR #3670
All function type parameters are currently in the format of
<return-type> <name><type-parameters>()
For example, for source code of:
Dartdoc renders it as:
Object? extract<T>()
instead ofObject? Function<T>() extract
So perhaps change the format to one of the following
The text was updated successfully, but these errors were encountered: