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