sagHallo(String name) => print("Hallo ${name}"); List namen = ["Tim", "Klaus", "Hans"]; namen.forEach(sagHallo);