ProductView constructor

ProductView({
  1. String? aggregatedDestinationStatus,
  2. String? availability,
  3. String? brand,
  4. String? categoryL1,
  5. String? categoryL2,
  6. String? categoryL3,
  7. String? categoryL4,
  8. String? categoryL5,
  9. String? channel,
  10. String? condition,
  11. String? creationTime,
  12. String? currencyCode,
  13. Date? expirationDate,
  14. List<String>? gtin,
  15. String? id,
  16. String? itemGroupId,
  17. List<ProductViewItemIssue>? itemIssues,
  18. String? languageCode,
  19. String? offerId,
  20. String? priceMicros,
  21. String? productTypeL1,
  22. String? productTypeL2,
  23. String? productTypeL3,
  24. String? productTypeL4,
  25. String? productTypeL5,
  26. String? shippingLabel,
  27. String? title,
})

Implementation

ProductView({
  this.aggregatedDestinationStatus,
  this.availability,
  this.brand,
  this.categoryL1,
  this.categoryL2,
  this.categoryL3,
  this.categoryL4,
  this.categoryL5,
  this.channel,
  this.condition,
  this.creationTime,
  this.currencyCode,
  this.expirationDate,
  this.gtin,
  this.id,
  this.itemGroupId,
  this.itemIssues,
  this.languageCode,
  this.offerId,
  this.priceMicros,
  this.productTypeL1,
  this.productTypeL2,
  this.productTypeL3,
  this.productTypeL4,
  this.productTypeL5,
  this.shippingLabel,
  this.title,
});