ChessPiece constructor
ChessPiece({
- required PieceType type,
- required PieceColor color,
Implementation
ChessPiece({required this.type, required this.color});
ChessPiece({required this.type, required this.color});