ReadableCell constructor

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

Implementation

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