insertRow property

HTMLTableRowElement Function([num?]) insertRow

Implementation

_i3.HTMLTableRowElement Function([_i2.num?]) get insertRow =>
    ([_i2.num? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'insertRow',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
void insertRow=(HTMLTableRowElement value([num?]))

Implementation

set insertRow(_i3.HTMLTableRowElement Function([_i2.num?]) value) {
  _i4.setProperty(
    this,
    'insertRow',
    _i4.allowInterop(value),
  );
}