https://github.com/ampless/where_not_null
A single extension on Iterable<T?> to convert it to Iterable<T>, since Dart's type system makes it kinda difficult.
https://github.com/ampless/where_not_null
Last synced: 4 months ago
JSON representation
A single extension on Iterable<T?> to convert it to Iterable<T>, since Dart's type system makes it kinda difficult.
- Host: GitHub
- URL: https://github.com/ampless/where_not_null
- Owner: Ampless
- License: mit
- Created: 2022-08-06T19:54:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:25:48.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T09:15:12.573Z (over 1 year ago)
- Language: Dart
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# where_not_null
A single extension on `Iterable` to convert it to `Iterable`, since Dart's type system makes it kinda difficult.