dart var list = [ Item(title: "item 1", isTopping: true), Item(title: "item 2" ... 通过排序把顶置的信息放在前面 list.sort((a, b) => b.top.
確定! 回上一頁