XmlParentException constructor

XmlParentException(
  1. String message, {
  2. required XmlParentBase node,
  3. XmlNode? parent,
})

Creates a new XmlParentException.

Implementation

XmlParentException(super.message, {required this.node, this.parent});