CONCAT Array Dart

var newList = [list1, list2, list3].expand((x) => x).toList()
Hamza Bouzekri