OffersItemsItems constructor

OffersItemsItems({
  1. String? author,
  2. String? canonicalVolumeLink,
  3. String? coverUrl,
  4. String? description,
  5. String? title,
  6. String? volumeId,
})

Implementation

OffersItemsItems({
  this.author,
  this.canonicalVolumeLink,
  this.coverUrl,
  this.description,
  this.title,
  this.volumeId,
});