insertRow method

HTMLTableRowElement insertRow([
  1. int? index = -1
])

Implementation

HTMLTableRowElement insertRow([int? index = -1]) =>
    js_util.callMethod(this, 'insertRow', [index]);