addRow method - TableElement class - dart:html library (
original
) (
raw
)
description
TableRowElement
addRow()
Implementation
TableRowElement addRow() { return insertRow(-1); }