enum ShapeType { circle, square } abstract class Shape { · final shape1 = Shape(ShapeType.circle); final shape2 = Shape(ShapeType.square);
確定! 回上一頁