Dart
dart:html
TableElement
addRow method
description
addRow method
TableRowElement
addRow
(
)
Implementation
TableRowElement addRow() {
return
insertRow(
-1
); }