ExcelCell.empty constructor

ExcelCell.empty()

Implementation

factory ExcelCell.empty() {
  return ExcelCell();
}