expressions property
Strings or regular expression to match against.
Only the first value of the list is used for comparison unless the
operator is IN_LIST
. If IN_LIST
operator, then the entire list is used
to filter the dimensions as explained in the description of the IN_LIST
operator.
Implementation
core.List<core.String>? expressions;