ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 272 forks source link

Use records in combine latest etc. #724

Closed cedvdb closed 11 months ago

cedvdb commented 1 year ago

Just a discussion issue on the fact that records can be used in places where there is no typing like combineLatest and the likes.

This would be a breaking change