CellData.empty constructor

CellData.empty()

Implementation

factory CellData.empty() {
  return CellData(
    foreground: 0,
    background: 0,
    flags: 0,
    content: 0,
  );
}