buildXmlString method

String buildXmlString()

Implementation

String buildXmlString() {
  return buildXml().toXmlString(pretty: true);
}