createTFoot method
Implementation
TableSectionElement createTFoot() {
return _createUniqueChild(
lowerCaseTagName: '_tfoot',
constructor: () => TableSectionElement._(ownerDocument!, 'tfoot'),
);
}
TableSectionElement createTFoot() {
return _createUniqueChild(
lowerCaseTagName: '_tfoot',
constructor: () => TableSectionElement._(ownerDocument!, 'tfoot'),
);
}