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