asTDElement method
Implementation
TDElement asTDElement() {
return TDElement(
attributes: attributes, commented: isCommented, content: copyContent());
}
TDElement asTDElement() {
return TDElement(
attributes: attributes, commented: isCommented, content: copyContent());
}