1 min readApr 12, 2019
Hi Sharon!
Those 2 dots are called “cascade notation” (https://www.dartlang.org/guides/language/language-tour#cascade-notation-)
Thanks to this we’re able to make some operations on this object (in our example add items to list) and return it (as we return list in the example).