where_not_null

A single extension on Iterable<T?> to convert it to Iterable<T>


License
MIT

Documentation

where_not_null

A single extension on Iterable<T?> to convert it to Iterable<T>, since Dart's type system makes it kinda difficult.