Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.19 KB

File metadata and controls

37 lines (24 loc) · 1.19 KB

Null-aware spread operator (...?)

Did you know?

In addition to the regular spread operator, Dart also has a null-aware variant.

This is useful if you want to produce a list of items by concatenating a collection that may be null (such as when implementing pagination). 👌


For more details, read the official documentation:


Found this useful? Show some love and share the original tweet


Previous Next
Loading UI with Shimmer effect Debouncing in Flutter