Collection constructor

Collection({
  1. String? customLabel0,
  2. String? customLabel1,
  3. String? customLabel2,
  4. String? customLabel3,
  5. String? customLabel4,
  6. List<CollectionFeaturedProduct>? featuredProduct,
  7. List<String>? headline,
  8. String? id,
  9. List<String>? imageLink,
  10. String? language,
  11. String? link,
  12. String? mobileLink,
  13. String? productCountry,
})

Implementation

Collection({
  this.customLabel0,
  this.customLabel1,
  this.customLabel2,
  this.customLabel3,
  this.customLabel4,
  this.featuredProduct,
  this.headline,
  this.id,
  this.imageLink,
  this.language,
  this.link,
  this.mobileLink,
  this.productCountry,
});