Use map. Tutorial here. For example: class City { const City(this.id, this.name); final int id; final String name; } List<City> cities ...
確定! 回上一頁