StateEntry constructor
StateEntry(
- String piece,
- SquarePosition position,
- ChessState state
Implementation
StateEntry(this.piece, this.position, this.state);
StateEntry(this.piece, this.position, this.state);