getPrimaryCategories method
Gets the list of primary categories assigned to this place.
Returns List<PlaceCategory>. List of categories.
Implementation
List<PlaceCategory> getPrimaryCategories() => $prototype.getPrimaryCategories(this);
Gets the list of primary categories assigned to this place.
Returns List<PlaceCategory>. List of categories.
List<PlaceCategory> getPrimaryCategories() => $prototype.getPrimaryCategories(this);