PlaceChain class
Parameters related to HERE Places chain system.
Constructors
- PlaceChain(String id)
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- id ↔ String
-
Identifier number for an associated chain. For example, the chain ID "8778" corresponds to the chain name "ABC Shop".
The complete list of supported chain IDs can be found here.
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.