Dart syntax - ${},r,List,Map, ... & ...?
☝... 與 ...? 之插入功能
spread operator (
...
) and the null-aware spread operator (...?
), which provide a concise way to insert multiple elements into a collection.
Comments
Post a Comment