addCell method Null safety

TableCellElement addCell()

Implementation

TableCellElement addCell() {
  return insertCell(-1);
}