toXML method

XMLNode toXML()

Implementation

XMLNode toXML() {
  return XMLNode.xmlns(
    tag: toName(),
    xmlns: chatStateXmlns,
  );
}