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 lists of supported chain IDs can be found here and here.

Implementation

PlaceChain(this.id);