buildDocument method

TXmlDocument buildDocument({
  1. TXmlDocumentBuilder<T>? xmlDocumentBuilder,
})

Implementation

TXmlDocument buildDocument({
  TXmlDocumentBuilder<T>? xmlDocumentBuilder,
}) => (xmlDocumentBuilder ?? this.xmlDocumentBuilder)?.call(writeable) ?? {};