XmlBuilder constructor
XmlBuilder({
- bool optimizeNamespaces = false,
Construct a new XmlBuilder.
For the meaning of the optimizeNamespaces
parameter, read the
documentation of the optimizeNamespaces
property.
Implementation
XmlBuilder({this.optimizeNamespaces = false}) {
_reset();
}