CellRef constructor

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

Implementation

const CellRef(this.row, this.col);