chess_shape.dart 47 B

123
  1. abstract class ChessShape {
  2. int get shape;
  3. }