Dart
dart:html
TableSectionElement
insertRow method
description
insertRow method
TableRowElement
insertRow
(
int
index
)
Implementation
TableRowElement insertRow(
int
index) => _insertRow(index);