XmlWriter constructor
XmlWriter(
- StreamConsumer<
List< ? _outputint> >
Implementation
XmlWriter(this._output) {
builder.processing('xml', 'version="1.0" encoding="utf-8"');
}