SquareLocation constructor

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

Implementation

SquareLocation(this.rank, this.file);