StoreCluster constructor

StoreCluster({
  1. String? id,
  2. List<LocalizedText>? name,
  3. String? orderInPage,
  4. List<String>? productId,
})

Implementation

StoreCluster({
  this.id,
  this.name,
  this.orderInPage,
  this.productId,
});