build method
Implementation
TXmlFile build({
TXmlBuilder<T>? xmlBuilder,
}) => (xmlBuilder ?? this.xmlBuilder)?.call(writeable, buildDocument()) ?? '';
TXmlFile build({
TXmlBuilder<T>? xmlBuilder,
}) => (xmlBuilder ?? this.xmlBuilder)?.call(writeable, buildDocument()) ?? '';