PlaceFoodType class - search library - Dart API
PlaceFoodType
PlaceFoodType class
Parameters related to HERE Places cuisine system.
Constructors
- PlaceFoodType(String id)
Properties
- hashCode → int
-
The hash code for this object.
no setter
- id ↔ String
-
Identifier for an associated food type. For example, the food type ID "200-000" represents
the unique culture and flavor of Asia.
The complete list of supported food type IDs can be found
here.
getter/setter pair
- name ↔ String?
-
Name of the food type in the requested language.
Ignored when used in PlaceFilter.
getter/setter pair
- primary ↔ bool
-
Whether or not it is a primary food type.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.