excludeChains property - CategoryQuery class - search library - Dart API
excludeChains
excludeChains property
getter/setter pair
List of chains to be excluded.
A place can be assigned multiple chains. If any of them is in CategoryQuery.excludeChains,
that place will not be included in the response, regardless of whether any of its assigned
chains have been included in CategoryQuery.includeChains.
In short, an exclusion will always win over an inclusion.
Implementation
List<PlaceChain> excludeChains;