forEach ((band) { print("${bands.indexOf(band)}: $band"); }); } Here, there's a function passed to the forEach() method of the List object bands, ...
確定! 回上一頁