PlaceChain constructor

PlaceChain(
  1. String id
)

Creates a new instance.

  • id 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.

Implementation

PlaceChain(this.id);