I was wondering if there was an easy way to concatenate two lists in dart to create a brand new list object. I couldn\'t find anything and something like this:
My list:>
maybe more consistent~
var list = []..addAll(list1)..addAll(list2);