CellUpdate constructor

const CellUpdate(
  1. int x,
  2. int y,
  3. Cell cell
)

Implementation

const CellUpdate(this.x, this.y, this.cell);