PutCellOperation<CellDataType extends SwayzeCellData> constructor

const PutCellOperation<CellDataType extends SwayzeCellData>(
  1. CellDataType cellData
)

Implementation

const PutCellOperation(this.cellData) : super();