Results 2 issues of Jari Pekkala

### This is a... * [x] feature request * [ ] bug report * [ ] usage question ### Expected Behaviour: ```javascript @select('db.customers') customers: Observable; ``` ### Actual Behaviour: ```javascript...

enhancement

https://github.com/dart-lang/collection/blob/v1.17.2/lib/src/iterable_extensions.dart#L296-L304 **My proposal:** Deprecate and delete `singleWhereOrNull`, and introduce more clear methods **Reasoning:** Many use the `singleWhere` method as replacement to `firstWhere` when the list should not contain more than...