XPathLookupException constructor

const XPathLookupException(
  1. int? statusCode,
  2. String? message
)

Implementation

const XPathLookupException(super.statusCode, super.message);