XmlBuilder constructor

XmlBuilder({
  1. 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();
}