XmlWriter constructor
XmlWriter(
- StringSink buffer, {
- XmlEntityMapping? entityMapping,
Implementation
XmlWriter(this.buffer, {XmlEntityMapping? entityMapping})
: entityMapping = entityMapping ?? defaultEntityMapping;