AiutaProduct constructor
AiutaProduct({})
Creates a new instance of AiutaProduct to pass the information about a SKU in the Aiuta platform.
Implementation
AiutaProduct({
required this.skuId,
this.catalogName,
required this.title,
required this.imageUrls,
this.localizedPrice,
this.localizedOldPrice,
required this.brand,
this.additionalShareInfo,
required this.inWishlist,
});