Skip to content

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

License

Notifications You must be signed in to change notification settings

Ampless/where_not_null

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

where_not_null

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages