Use map() and toList() for this. toList() is necessary because map() returns only an Iterable : stringValues.map((val) => int.parse(val)).
確定! 回上一頁