path property
PathResult
get
path
Returns the path from the expression.
Implementation
PathResult get path {
return _parsedPath ??= _parseExpression();
}
Returns the path from the expression.
PathResult get path {
return _parsedPath ??= _parseExpression();
}