Conclusion. The JavaScript double question mark is also known as the nullish coalescing operator. It’s an operator that simply returns the right-side expression when the left side expression is either null or undefined .
Read moreWhy do some flutters have three dots?
spread operator (…) is used to provide a way to assign values to Collections , more commonly it found inside the column to render its child.
Read moreHow do you do the 3 dots flutter?
How to add 3 dot popup menu in AppBar in Flutter
Read moreWhat is dot dot in Dart?
.. is known as cascade notation . It allows you to not repeat the same target if you want to call several methods on the same object.
Read more