includeFoodTypes property - CategoryQuery class - search library - Dart API
includeFoodTypes
includeFoodTypes property
getter/setter pair
List of food types to be included.
A place can be assigned multiple food types. If any of them is in CategoryQuery.includeFoodTypes,
but none are in CategoryQuery.excludeFoodTypes, that place will be included in the response.
Implementation
List<PlaceFoodType> includeFoodTypes;