TableRowElement constructor

TableRowElement()

Implementation

factory TableRowElement() => JS(
    'returns:TableRowElement;creates:TableRowElement;new:true',
    '#.createElement(#)',
    document,
    "tr");