Product constructor

Product({
  1. String? availableEndTime,
  2. String? availableStartTime,
  3. String? createTime,
  4. List<ContactInformation>? creatorContacts,
  5. String? displayName,
  6. bool? hasCreatorSignedOff,
  7. String? productId,
  8. String? productRevision,
  9. String? publisherProfileId,
  10. Seller? seller,
  11. String? syndicationProduct,
  12. List<TargetingCriteria>? targetingCriterion,
  13. DealTerms? terms,
  14. String? updateTime,
  15. String? webPropertyCode,
})

Implementation

Product({
  this.availableEndTime,
  this.availableStartTime,
  this.createTime,
  this.creatorContacts,
  this.displayName,
  this.hasCreatorSignedOff,
  this.productId,
  this.productRevision,
  this.publisherProfileId,
  this.seller,
  this.syndicationProduct,
  this.targetingCriterion,
  this.terms,
  this.updateTime,
  this.webPropertyCode,
});