Product constructor
Product({
- String? availableEndTime,
- String? availableStartTime,
- String? createTime,
- List<
ContactInformation> ? creatorContacts, - String? displayName,
- bool? hasCreatorSignedOff,
- String? productId,
- String? productRevision,
- String? publisherProfileId,
- Seller? seller,
- String? syndicationProduct,
- List<
TargetingCriteria> ? targetingCriterion, - DealTerms? terms,
- String? updateTime,
- 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,
});