Element.table constructor Null safety

Element.table()

Creates a new <table> element.

This is equivalent to calling new Element.tag('table').

Implementation

factory Element.table() => new Element.tag('table');