categories property - WebsiteAddress class - search library - Dart API
categories
categories property
getter/setter pair
Categories associated with website address. Note: In case WebsiteAddress.categories are not empty, then WebsiteAddress.address should be used according to given categories. Otherwise, WebsiteAddress.address is meant for general use.
Implementation
List<PlaceCategory> categories;