List<String> planets = ["Mercury", "Venus", "Mars"]; List<String> morePlanets = new List<String>.from(planets);