menu
Dart
dart:html
TableSectionElement
insertRow method
insertRow
brightness_4
brightness_5
description
insertRow
method
TableRowElement
insertRow
(
int
index
)
Implementation
TableRowElement insertRow(int index) => _insertRow(index) as TableRowElement;
Dart
dart:html
TableSectionElement
insertRow method
TableSectionElement class