path property

PathResult get path

Returns the path from the expression.

Implementation

PathResult get path {
  return _parsedPath ??= _parseExpression();
}