Coordinate constructor

const Coordinate(
  1. int row,
  2. int col
)

Implementation

const Coordinate(super.row, super.col);