outerXml property
Return the markup representing this node and all its child nodes.
Implementation
@override
String get outerXml => toXmlString();
Return the markup representing this node and all its child nodes.
@override
String get outerXml => toXmlString();