toXML method

XMLNode toXML()

Implementation

XMLNode toXML() {
  assert(isMarkable, '');

  return XMLNode.xmlns(
    tag: 'markable',
    xmlns: chatMarkersXmlns,
  );
}