TableCaptionElement constructor Null safety

TableCaptionElement()

Implementation

factory TableCaptionElement() => JS<TableCaptionElement>(
    'returns:TableCaptionElement;creates:TableCaptionElement;new:true',
    '#.createElement(#)',
    document,
    "caption");