A single extension on Iterable<T?>
to convert it to Iterable<T>
, since Dart's type system makes it kinda difficult.
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.
DartMIT