collection
collection copied to clipboard
rewrite whereNotNull without sync*
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