Spread operator to append List to List or Lists in Dart?
I’m trying to figure out how to use the spread operator to append a List<int>
to the end of a List<List<int>>
.
I’m trying to figure out how to use the spread operator to append a List<int>
to the end of a List<List<int>>
.