HalfMove constructor

HalfMove(
  1. String square,
  2. Piece piece
)

Implementation

HalfMove(this.square, this.piece);