An open API service indexing awesome lists of open source software.

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.

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.