createTHead method
Implementation
TableSectionElement createTHead() {
return _createUniqueChild(
lowerCaseTagName: '_thead',
constructor: () => TableSectionElement._(ownerDocument!, 'thead'),
);
}
TableSectionElement createTHead() {
return _createUniqueChild(
lowerCaseTagName: '_thead',
constructor: () => TableSectionElement._(ownerDocument!, 'thead'),
);
}