ProductView constructor
ProductView({
- String? aggregatedDestinationStatus,
- String? availability,
- String? brand,
- String? categoryL1,
- String? categoryL2,
- String? categoryL3,
- String? categoryL4,
- String? categoryL5,
- String? channel,
- String? clickPotential,
- String? clickPotentialRank,
- String? condition,
- String? creationTime,
- String? currencyCode,
- Date? expirationDate,
- List<
String> ? gtin, - String? id,
- String? itemGroupId,
- List<
ProductViewItemIssue> ? itemIssues, - String? languageCode,
- String? offerId,
- String? priceMicros,
- String? productTypeL1,
- String? productTypeL2,
- String? productTypeL3,
- String? productTypeL4,
- String? productTypeL5,
- String? shippingLabel,
- String? title,
Implementation
ProductView({
this.aggregatedDestinationStatus,
this.availability,
this.brand,
this.categoryL1,
this.categoryL2,
this.categoryL3,
this.categoryL4,
this.categoryL5,
this.channel,
this.clickPotential,
this.clickPotentialRank,
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,
});