buildXmlString method

String buildXmlString()
inherited

Implementation

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