VolumeSaleInfo constructor

VolumeSaleInfo({
  1. String? buyLink,
  2. String? country,
  3. bool? isEbook,
  4. VolumeSaleInfoListPrice? listPrice,
  5. List<VolumeSaleInfoOffers>? offers,
  6. String? onSaleDate,
  7. VolumeSaleInfoRetailPrice? retailPrice,
  8. String? saleability,
})

Implementation

VolumeSaleInfo({
  this.buyLink,
  this.country,
  this.isEbook,
  this.listPrice,
  this.offers,
  this.onSaleDate,
  this.retailPrice,
  this.saleability,
});