collection icon indicating copy to clipboard operation
collection copied to clipboard

rewrite whereNotNull without sync*

Open mraleph opened this issue 2 years ago • 4 comments

Current implementation of sync* is suboptimal and we might not get to fixing its performance in Dart 3.0 so we should probably avoid using sync* for now.

See also https://github.com/dart-lang/sdk/issues/51806

mraleph avatar Mar 21 '23 16:03 mraleph