StateEntry constructor

StateEntry(
  1. String piece,
  2. SquarePosition position,
  3. ChessState state
)

Implementation

StateEntry(this.piece, this.position, this.state);