list<Object> to insert list<list<Object>> dart code example Example: dart add list to list var newList = [...list1, ...list2].toSet().toList(); hasan