Element.table constructor
Element.table()
Creates a new <table> element.
This is equivalent to calling new Element.tag('table').
Implementation
factory Element.table() = TableElement;
Creates a new <table> element.
This is equivalent to calling new Element.tag('table').
factory Element.table() = TableElement;