🌈 搜索
📅  最后修改于: 2022-03-11 14:48:08.683000             🧑  作者: Mango
new List.generate(3, (int index) => index * index); // [0, 1, 4]