XPathParserException constructor

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

Implementation

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