CellEntity constructor
CellEntity({
- dynamic value,
- required ColumnEntity columnInfo,
Implementation
CellEntity({
this.value,
required this.columnInfo,
});
CellEntity({
this.value,
required this.columnInfo,
});