unsupportedCast static method

Never unsupportedCast(
  1. XPathType<Object> type,
  2. Object value
)

Unsupported cast from value to type.

Implementation

static Never unsupportedCast(XPathType type, Object value) =>
    throw XPathEvaluationException('Unsupported cast from $value to $type');