ICell constructor

ICell(
  1. Position? position,
  2. bool? isPristine
)

Implementation

ICell(this.position, this.isPristine);