List<String> list =["one", "Two", "Thee"]; print(list.join(",")); // Output will be like this : one,Two,Thee