asTHElement method

THElement asTHElement()

Implementation

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