/where_not_null

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

Primary LanguageDartMIT LicenseMIT

where_not_null

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