ProductCluster constructor

ProductCluster({
  1. String? brand,
  2. String? brandInventoryStatus,
  3. String? categoryL1,
  4. String? categoryL2,
  5. String? categoryL3,
  6. String? categoryL4,
  7. String? categoryL5,
  8. String? inventoryStatus,
  9. String? title,
  10. List<String>? variantGtins,
})

Implementation

ProductCluster({
  this.brand,
  this.brandInventoryStatus,
  this.categoryL1,
  this.categoryL2,
  this.categoryL3,
  this.categoryL4,
  this.categoryL5,
  this.inventoryStatus,
  this.title,
  this.variantGtins,
});