LfpSale constructor

LfpSale({
  1. String? contentLanguage,
  2. String? feedLabel,
  3. String? gtin,
  4. String? name,
  5. String? offerId,
  6. Price? price,
  7. String? quantity,
  8. String? regionCode,
  9. String? saleTime,
  10. String? storeCode,
  11. String? targetAccount,
  12. String? uid,
})

Implementation

LfpSale({
  this.contentLanguage,
  this.feedLabel,
  this.gtin,
  this.name,
  this.offerId,
  this.price,
  this.quantity,
  this.regionCode,
  this.saleTime,
  this.storeCode,
  this.targetAccount,
  this.uid,
});