locationQuery property

List<String>? locationQuery
getter/setter pair

Matches only those events whose location contains all of the words in the given set.

If the string contains quoted phrases, this method only matches those events whose location contain the exact phrase. Entries in the set are considered in "and". Word splitting example: ["New Zealand"] vs ["New","Zealand"] "New Zealand": matched by both "New and better Zealand": only matched by the later

Implementation

core.List<core.String>? locationQuery;