VolumeVolumeInfo constructor
VolumeVolumeInfo({
- bool? allowAnonLogging,
- List<
String> ? authors, - double? averageRating,
- String? canonicalVolumeLink,
- List<
String> ? categories, - bool? comicsContent,
- String? contentVersion,
- String? description,
- VolumeVolumeInfoDimensions? dimensions,
- VolumeVolumeInfoImageLinks? imageLinks,
- List<
VolumeVolumeInfoIndustryIdentifiers> ? industryIdentifiers, - String? infoLink,
- String? language,
- String? mainCategory,
- String? maturityRating,
- int? pageCount,
- VolumeVolumeInfoPanelizationSummary? panelizationSummary,
- String? previewLink,
- String? printType,
- int? printedPageCount,
- String? publishedDate,
- String? publisher,
- int? ratingsCount,
- VolumeVolumeInfoReadingModes? readingModes,
- int? samplePageCount,
- Volumeseriesinfo? seriesInfo,
- String? subtitle,
- 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,
});