addRow method Null safety

TableRowElement addRow()

Implementation

TableRowElement addRow() {
  return insertRow(-1);
}