ProductStatus constructor

ProductStatus({
  1. String? creationDate,
  2. List<ProductStatusDestinationStatus>? destinationStatuses,
  3. String? googleExpirationDate,
  4. List<ProductStatusItemLevelIssue>? itemLevelIssues,
  5. String? kind,
  6. String? lastUpdateDate,
  7. String? link,
  8. String? productId,
  9. String? title,
})

Implementation

ProductStatus({
  this.creationDate,
  this.destinationStatuses,
  this.googleExpirationDate,
  this.itemLevelIssues,
  this.kind,
  this.lastUpdateDate,
  this.link,
  this.productId,
  this.title,
});