XmlParserException constructor

XmlParserException(
  1. String message, {
  2. String? buffer,
  3. int? position,
})

Creates a new XmlParserException.

Implementation

XmlParserException(super.message, {this.buffer, this.position});