asTDElement method

TDElement asTDElement()

Implementation

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