例: idでItemオブジェクトを取得してリストに格納する。 Future loadItems() async { List<Item> items = []; await Future.forEach(_ids, (id) async ...
確定! 回上一頁