enum Fruites { Mango, Banana, Cherry, Avacado, Papaya } void main() { Fruites.values.forEach((name) { print(name); }); }. Output: Fruites.
確定! 回上一頁