Closed natebosch closed 2 years ago
In the latest version of package:collection the argument type for the callback in maxBy was tightened since it has unnecessarily been marked as nullable.
package:collection
maxBy
Remove the null assertion and bump the minimum version of collection.
collection
Thanks!
In the latest version of
package:collection
the argument type for the callback inmaxBy
was tightened since it has unnecessarily been marked as nullable.Remove the null assertion and bump the minimum version of
collection
.