Element.tr constructor
Creates a new <tr>
element.
This is equivalent to calling new Element.tag('tr')
.
Implementation
factory Element.tr() => new Element.tag('tr');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <tr>
element.
This is equivalent to calling new Element.tag('tr')
.
factory Element.tr() => new Element.tag('tr');