innerXml property
Return the markup representing the child nodes of this node.
Implementation
@override
String get innerXml => children.map((node) => node.toXmlString()).join();
Return the markup representing the child nodes of this node.
@override
String get innerXml => children.map((node) => node.toXmlString()).join();