addRow method

TableRowElement addRow()

Implementation

TableRowElement addRow() {
  final row = TableRowElement();
  append(row);
  return row;
}