Position constructor

Position({
  1. required int row,
  2. required int col,
})

Implementation

Position({required this.row, required this.col});