SquarePosition constructor

SquarePosition(
  1. int rank,
  2. int file
)

Implementation

SquarePosition(this.rank, this.file);