VolumeVolumeInfo constructor

VolumeVolumeInfo({
  1. bool? allowAnonLogging,
  2. List<String>? authors,
  3. double? averageRating,
  4. String? canonicalVolumeLink,
  5. List<String>? categories,
  6. bool? comicsContent,
  7. String? contentVersion,
  8. String? description,
  9. VolumeVolumeInfoDimensions? dimensions,
  10. VolumeVolumeInfoImageLinks? imageLinks,
  11. List<VolumeVolumeInfoIndustryIdentifiers>? industryIdentifiers,
  12. String? infoLink,
  13. String? language,
  14. String? mainCategory,
  15. String? maturityRating,
  16. int? pageCount,
  17. VolumeVolumeInfoPanelizationSummary? panelizationSummary,
  18. String? previewLink,
  19. String? printType,
  20. int? printedPageCount,
  21. String? publishedDate,
  22. String? publisher,
  23. int? ratingsCount,
  24. VolumeVolumeInfoReadingModes? readingModes,
  25. int? samplePageCount,
  26. Volumeseriesinfo? seriesInfo,
  27. String? subtitle,
  28. String? title,
})

Implementation

VolumeVolumeInfo({
  this.allowAnonLogging,
  this.authors,
  this.averageRating,
  this.canonicalVolumeLink,
  this.categories,
  this.comicsContent,
  this.contentVersion,
  this.description,
  this.dimensions,
  this.imageLinks,
  this.industryIdentifiers,
  this.infoLink,
  this.language,
  this.mainCategory,
  this.maturityRating,
  this.pageCount,
  this.panelizationSummary,
  this.previewLink,
  this.printType,
  this.printedPageCount,
  this.publishedDate,
  this.publisher,
  this.ratingsCount,
  this.readingModes,
  this.samplePageCount,
  this.seriesInfo,
  this.subtitle,
  this.title,
});