visitedExpressions property
The set of visited permission expressions for a given test.
This returns the positions and evaluation results of all visited
permission expressions which were relevant to the test case, e.g. match /path { allow read if: }
For a detailed report of the
intermediate evaluation states, see the expression_reports
field
Implementation
core.List<VisitedExpression>? visitedExpressions;