asTHElement method
Implementation
THElement asTHElement() {
return THElement(
attributes: attributes, commented: isCommented, content: copyContent());
}
THElement asTHElement() {
return THElement(
attributes: attributes, commented: isCommented, content: copyContent());
}