createCaption method
Implementation
TableCaptionElement createCaption() {
return _createUniqueChild(
lowerCaseTagName: '_table',
constructor: () => TableCaptionElement(),
);
}
TableCaptionElement createCaption() {
return _createUniqueChild(
lowerCaseTagName: '_table',
constructor: () => TableCaptionElement(),
);
}