toXML method

XMLNode toXML()

Implementation

XMLNode toXML() {
  return XMLNode(
    tag: 'body',
    text: body,
  );
}