copy method

CellEntity copy()

Implementation

CellEntity copy() {
  return CellEntity(
    value: value,
    columnInfo: columnInfo,
  );
}