VolumeSaleInfo constructor
VolumeSaleInfo({
- String? buyLink,
- String? country,
- bool? isEbook,
- VolumeSaleInfoListPrice? listPrice,
- List<
VolumeSaleInfoOffers> ? offers, - String? onSaleDate,
- VolumeSaleInfoRetailPrice? retailPrice,
- String? saleability,
Implementation
VolumeSaleInfo({
this.buyLink,
this.country,
this.isEbook,
this.listPrice,
this.offers,
this.onSaleDate,
this.retailPrice,
this.saleability,
});